diff options
| author | Nathan Dinsmore <queryselector@gmail.com> | 2013-04-19 11:18:00 -0400 |
|---|---|---|
| committer | Nathan Dinsmore <queryselector@gmail.com> | 2013-04-19 11:18:00 -0400 |
| commit | b27eb901b4b5e002bad97ecd208631b289762753 (patch) | |
| tree | 4c335900a90b7130dc4771746d5e9b8abf56261f /lang-de.js | |
| parent | 7681525cc2f3f900136d745dc95594b3a731dcd1 (diff) | |
| download | snap-byow-b27eb901b4b5e002bad97ecd208631b289762753.tar.gz snap-byow-b27eb901b4b5e002bad97ecd208631b289762753.zip | |
Fixed #59
The "Export tools..." and "Export project as plain text..." menu items no longer have a space before their trailing ellipses.
Diffstat (limited to 'lang-de.js')
| -rw-r--r-- | lang-de.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -637,13 +637,13 @@ SnapTranslator.dict.de = { 'l\u00e4dt ein exportiertes Projekt,\neine Bibliothek mit ' + 'Bl\u00f6cken\n' + 'ein Kost\u00fcm oder einen Klang', - 'Export project as plain text ...': + 'Export project as plain text...': 'Projekt als normalen Text exportieren...', 'Export project...': 'Projekt exportieren...', 'show project data as XML\nin a new browser window': 'zeigt das Projekt als XML\nin einem neuen Browserfenster an', - 'Export blocks ...': + 'Export blocks...': 'Bl\u00f6cke exportieren...', 'show global custom block definitions as XML\nin a new browser window': 'zeigt globale Benutzerblockdefinitionen\nals XML im Browser an', |
