ide: Renamed selection of 32/64 bit from 'bit depth' to 'bit length'; Updated credits
authorJerome St-Louis <jerome@ecere.com>
Wed, 19 Feb 2014 02:08:25 +0000 (21:08 -0500)
committerJerome St-Louis <jerome@ecere.com>
Wed, 19 Feb 2014 02:08:25 +0000 (21:08 -0500)
ide/src/about.ec
ide/src/ide.ec

index 546d544..306a42e 100644 (file)
@@ -82,7 +82,7 @@ class AboutIDE : Window
          "Niraj Kulkarni\n"
          "   EditBox fixes\n"
          "\n"
-         "Juan Sánchez\n"
+         "Juan Sánchez Rangel\n"
          "   Oracle EDA driver\n"
          "   Spanish translation\n"
          "   Finally getting us an IDE toolbar!\n"
index 70b3205..65967b0 100644 (file)
@@ -313,7 +313,7 @@ class IDEToolbar : ToolBar
 
    DropBox activeBitDepth
    {
-      this, toolTip = $"Active Bit Depth", size = { 60 }, disabled = true;
+      this, toolTip = $"Active Bit Length", size = { 60 }, disabled = true;
       bool NotifySelect(DropBox dropBox, DataRow row, Modifiers mods)
       {
          if(ide.workspace && ide.projectView && row)