AbstractSettingsApplication.st
changeset 16524 ecacacdca483
parent 16466 59b8495a1650
child 16556 16f7ac7bf01b
child 16571 cf319f2e56d0
--- a/AbstractSettingsApplication.st	Mon May 09 11:01:16 2016 +0200
+++ b/AbstractSettingsApplication.st	Mon May 09 11:02:56 2016 +0200
@@ -6769,7 +6769,7 @@
     ^ super flyByHelpSpec addPairsFrom:#(
 
 #useSystemLanguage
-'If set, the operating system language (LANG variable) is used agaig in the next session\(and the setting here only affects the current session).\If clear, this language is also used in the next session.'
+'If set, the operating system language (LANG variable) is used in the next session\(and the setting here only affects the current session).\If clear, the language setting is also used in the next session.'
 
 )
 ! !