changed label of "Method" to "Method Editor"

thanks, Brian!
upd4.1
Jens Mönig 2017-10-09 09:04:34 +02:00
rodzic 11dc3d3c7d
commit 3e5ca73d09
4 zmienionych plików z 12 dodań i 7 usunięć

Wyświetl plik

@ -108,7 +108,7 @@ BooleanSlotMorph, XML_Serializer*/
// Global stuff //////////////////////////////////////////////////////// // Global stuff ////////////////////////////////////////////////////////
modules.byob = '2017-October-04'; modules.byob = '2017-October-09';
// Declarations // Declarations
@ -1954,7 +1954,8 @@ BlockEditorMorph.prototype.init = function (definition, target) {
// override inherited properites: // override inherited properites:
this.key = 'editBlock' + definition.spec; this.key = 'editBlock' + definition.spec;
this.labelString = this.definition.isGlobal ? 'Block Editor' : 'Method'; this.labelString = this.definition.isGlobal ? 'Block Editor'
: 'Method Editor';
this.createLabel(); this.createLabel();
// create scripting area // create scripting area

Wyświetl plik

@ -3683,6 +3683,10 @@ Fixes:
------ ------
* Esperanto translate update, thanks, Sebastian! * Esperanto translate update, thanks, Sebastian!
171009
------
* changed label of "Method" to "Method Editor", thanks, Brian!
v4.1 Features: v4.1 Features:
* polymorphic sprite-local custom blocks * polymorphic sprite-local custom blocks

Wyświetl plik

@ -185,7 +185,7 @@ SnapTranslator.dict.de = {
'translator_e-mail': 'translator_e-mail':
'jens@moenig.org', // optional 'jens@moenig.org', // optional
'last_changed': 'last_changed':
'2017-09-19', // this, too, will appear in the Translators tab '2017-10-09', // this, too, will appear in the Translators tab
// GUI // GUI
// control bar: // control bar:
@ -1155,8 +1155,8 @@ SnapTranslator.dict.de = {
// block editor // block editor
'Block Editor': 'Block Editor':
'Blockeditor', 'Blockeditor',
'Method': 'Method Editor':
'Methode', 'Methodeneditor',
'Apply': 'Apply':
'Anwenden', 'Anwenden',

Wyświetl plik

@ -42,7 +42,7 @@
/*global modules, contains*/ /*global modules, contains*/
modules.locale = '2017-October-06'; modules.locale = '2017-October-09';
// Global stuff // Global stuff
@ -160,7 +160,7 @@ SnapTranslator.dict.de = {
'translator_e-mail': 'translator_e-mail':
'jens@moenig.org', 'jens@moenig.org',
'last_changed': 'last_changed':
'2017-09-19' '2017-10-09'
}; };
SnapTranslator.dict.it = { SnapTranslator.dict.it = {