changed help text for exporting project summary

and updated German translation
pull/95/head
jmoenig 2020-06-06 18:56:10 +02:00
rodzic 54bb8e2bd4
commit 6901a9ac6e
2 zmienionych plików z 4 dodań i 5 usunięć

Wyświetl plik

@ -907,9 +907,8 @@ SnapTranslator.dict.de = {
'nicht verwendete Bl\u00f6cke entfernt',
'Export summary...':
'Zusammenfassung exportieren...',
'open a new browser browser window\n with a summary of this project':
'eine Zusammenfassung dieses Projekts\nin einem neuen Browserfenster'
+ 'anzeigen',
'save a summary\nof this project':
'eine Zusammenfassung\ndieses Projekts speichern',
'Contents':
'Inhalt',
'Kind of':

Wyświetl plik

@ -3539,14 +3539,14 @@ IDE_Morph.prototype.projectMenu = function () {
menu.addItem(
'Export summary...',
() => this.exportProjectSummary(),
'open a new browser browser window\n with a summary of this project'
'save a summary\nof this project'
);
if (shiftClicked) {
menu.addItem(
'Export summary with drop-shadows...',
() => this.exportProjectSummary(true),
'open a new browser browser window' +
'download and save' +
'\nwith a summary of this project' +
'\nwith drop-shadows on all pictures.' +
'\nnot supported by all browsers',