UI: Fix wrong strings for Undo/Redo

This commit is contained in:
tytan652 2021-03-30 16:06:20 +02:00 committed by Jim
parent 11e5e6b633
commit 4f9940d1c0

View File

@ -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>