Skip to content

Commit 7cc0528

Browse files
committedMar 9, 2019
Del doesn't need to be translated. Qt translates it automatically, but a wrong translation breaks the key (eg. Löschen instead of Entf in German); fixes #17281
1 parent dd24298 commit 7cc0528

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/ui/layout/qgslayoutdesignerbase.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@
10321032
<string>Delete selected items</string>
10331033
</property>
10341034
<property name="shortcut">
1035-
<string>Del</string>
1035+
<string notr="true">Del</string>
10361036
</property>
10371037
</action>
10381038
<action name="mActionResizeToSquare">

‎src/ui/qgsattributetabledialog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@
430430
<string>Delete selected features</string>
431431
</property>
432432
<property name="shortcut">
433-
<string>Del</string>
433+
<string notr="true">Del</string>
434434
</property>
435435
</action>
436436
<action name="mActionExpressionSelect">

0 commit comments

Comments
 (0)
Please sign in to comment.