Skip to content

Commit

Permalink
Add missing text entry for free rotate canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
askmeaboutlo0m committed Nov 20, 2024
1 parent 47a12ed commit 376b178
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libclient/utils/canvasshortcutsmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,8 @@ QString CanvasShortcutsModel::actionToString(const CanvasShortcuts::Shortcut &s)
}
case CanvasShortcuts::CANVAS_ROTATE_DISCRETE:
return tr("Ratchet Rotate Canvas");
case CanvasShortcuts::CANVAS_ROTATE_NO_SNAP:
return tr("Free Rotate Canvas");
case CanvasShortcuts::COLOR_H_ADJUST:
return tr("Change Color Hue");
case CanvasShortcuts::COLOR_S_ADJUST:
Expand Down

0 comments on commit 376b178

Please sign in to comment.