ide/GlobalSettings: Fixed target extensions label
authorJerome St-Louis <jerome@ecere.com>
Mon, 1 Aug 2016 23:23:44 +0000 (19:23 -0400)
committerJerome St-Louis <jerome@ecere.com>
Mon, 1 Aug 2016 23:23:44 +0000 (19:23 -0400)
ide/src/dialogs/GlobalSettingsDialog.ec

index ed5820c..07e8291 100644 (file)
@@ -1171,7 +1171,7 @@ class CompilerOptionsTab : CompilersSubTab
    Label staticLibFileExtLabel { this, position = { 8, 306 }, labeledWindow = staticLibFileExt };
    EditBox staticLibFileExt
    {
-      this, text = $"Output (a, so, exe) file extension";//, hotKey = altH;
+      this, text = $"Target extensions (a, so, exe)";//, hotKey = altH;
       position = { 168, 304 }, size = { 80, 22 };
 
       bool NotifyModified(EditBox editBox)