diff options
| author | Tomáš Znamenáček | 2016-02-14 09:41:52 +0100 | 
|---|---|---|
| committer | Tomáš Znamenáček | 2016-02-14 09:41:52 +0100 | 
| commit | 00b5041867894bd7e79212114e4a1218b7f116f5 (patch) | |
| tree | dbbb6fd10a465b394578c0afdfd1adf45fc74406 | |
| parent | 69b0a0665615b51d74b9ff7009664d4a0e7655a0 (diff) | |
| download | MASShortcut-00b5041867894bd7e79212114e4a1218b7f116f5.tar.bz2 | |
Shortened the new German translation strings to fit the UI.
Closes #85.
| -rw-r--r-- | de.lproj/Localizable.strings | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/de.lproj/Localizable.strings b/de.lproj/Localizable.strings index 63811e9..0a6bbfd 100644 --- a/de.lproj/Localizable.strings +++ b/de.lproj/Localizable.strings @@ -38,10 +38,10 @@  "To record a new shortcut, click this button, and then type the new shortcut, or press delete to clear an existing shortcut." = "Drücke diesen Button, um einen neuen Kurzbefehl aufzunehmen. Tippe dann den neuen Kurzbefehl oder drücke Löschen, um den aktuellen Kurzbefehl zu löschen.";  /* Non-empty shortcut button in recording state */ -"Type New Shortcut" = "Neuen Kurzbefehl eingeben"; +"Type New Shortcut" = "Neuen eingeben";  /* Empty shortcut button in recording state */  "Type Shortcut" = "Kurzbefehl eingeben";  /* Cancel action button for non-empty shortcut in recording state */ -"Use Old Shortcut" = "Alten Kurzbefehl nutzen"; +"Use Old Shortcut" = "Alten nutzen"; | 
