Skip to content

Commit ae0fb70

Browse files
HellAholicrburema
authored andcommitted
add temp shortcuts
1 parent 85c7c75 commit ae0fb70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/PaintTool/PaintTool.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Item
225225
id: undoButton
226226

227227
enabled: undoAction.enabled
228-
text: catalog.i18nc("@action:button", "Undo Stroke")
228+
text: catalog.i18nc("@action:button", "Undo Stroke (Ctrl+L)")
229229
toolItem: UM.ColorImage
230230
{
231231
source: UM.Theme.getIcon("ArrowReset")
@@ -240,7 +240,7 @@ Item
240240
id: redoButton
241241

242242
enabled: redoAction.enabled
243-
text: catalog.i18nc("@action:button", "Redo Stroke")
243+
text: catalog.i18nc("@action:button", "Redo Stroke (Ctrl+Shift+L)")
244244
toolItem: UM.ColorImage
245245
{
246246
source: UM.Theme.getIcon("ArrowReset")

0 commit comments

Comments
 (0)