UI: Fix wrong strings for Undo/Redo
This commit is contained in:
parent
11e5e6b633
commit
4f9940d1c0
@ -2043,7 +2043,7 @@
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Undo</string>
|
||||
<string>Undo.Undo</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionMainRedo">
|
||||
@ -2051,7 +2051,7 @@
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Redo</string>
|
||||
<string>Undo.Redo</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
|
Loading…
x
Reference in New Issue
Block a user