#OTHER by exept
authorClaus Gittinger <cg@exept.de>
Wed, 31 Jul 2019 17:12:55 +0200
changeset 3744 71fa6500e535
parent 3743 dd619d41915a
child 3745 286a4b165f0b
#OTHER by exept class: CTItem::CBitfield_N removed: #printableEditValue just sent super
Tools__InternationalLanguageTranslationEditor.st
--- a/Tools__InternationalLanguageTranslationEditor.st	Wed Jul 31 17:12:39 2019 +0200
+++ b/Tools__InternationalLanguageTranslationEditor.st	Wed Jul 31 17:12:55 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "{ Package: 'stx:libtool2' }"
 
 "{ NameSpace: Tools }"
@@ -2063,14 +2061,6 @@
     ]
 !
 
-openAboutThisApplication
-    "This method was generated by the Browser.
-     It will be invoked when the menu-item 'help-about' is selected."
-
-    "/ could open a customized aboutBox here ...
-    super openAboutThisApplication
-!
-
 openDocumentation
     "This method was generated by the Browser.
      It will be invoked when the menu-item 'help-documentation' is selected."
@@ -3028,7 +3018,7 @@
             selectedAssociation value sameAs: association value] ifNone:[collection add: association].
         collection].
     selectedTranslation := Dialog
-        choose:'Choose one if you consider it´s usefull to translate:
+        choose:'Choose one if you consider it´s usefull to translate:
     ',
         '<', key, '>  ', (self currentExampleLanguageText ifNil:[''])
         fromList: (similarTranslationsAssociations collect:[:each |  '<', each key, '>  ', each value])
@@ -3590,8 +3580,8 @@
     self addLanguage:#'de'.
     self addLanguage:#'fr'.
 
-    self at:'open' language:#'de' put:'öffnen'.
-    self at:'close' language:#'de' put:'schließen'.
+    self at:'open' language:#'de' put:'öffnen'.
+    self at:'close' language:#'de' put:'schließen'.
     self at:'yes' language:#'de' put:'ja'.
     self at:'no' language:#'de' put:'nein'.
     self at:'cancel' language:#'de' put:'abbrechen'.