kopia lustrzana https://github.com/backface/turtlestitch
changed help text for exporting project summary
and updated German translationpull/95/head
rodzic
54bb8e2bd4
commit
6901a9ac6e
|
@ -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':
|
||||
|
|
|
@ -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',
|
||||
|
|
Ładowanie…
Reference in New Issue