Skip to content

Commit

Permalink
Del doesn't need to be translated. Qt translates it automatically, bu…
Browse files Browse the repository at this point in the history
…t a wrong translation breaks the key (eg. Löschen instead of Entf in German); fixes #17281
  • Loading branch information
jef-n committed Mar 9, 2019
1 parent dd24298 commit 7cc0528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ui/layout/qgslayoutdesignerbase.ui
Expand Up @@ -1032,7 +1032,7 @@
<string>Delete selected items</string>
</property>
<property name="shortcut">
<string>Del</string>
<string notr="true">Del</string>
</property>
</action>
<action name="mActionResizeToSquare">
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgsattributetabledialog.ui
Expand Up @@ -430,7 +430,7 @@
<string>Delete selected features</string>
</property>
<property name="shortcut">
<string>Del</string>
<string notr="true">Del</string>
</property>
</action>
<action name="mActionExpressionSelect">
Expand Down

0 comments on commit 7cc0528

Please sign in to comment.