Browse Source

Drop periods at the end of status tips (most don't have them).

git-svn-id: file:///var/svn/tigccpp/trunk/tigcc/ide@609 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 18 years ago
parent
commit
272993a6b1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      MainUnit.dfm

+ 2 - 2
MainUnit.dfm

@@ -3451,7 +3451,7 @@ object MainForm: TMainForm
       Caption = '&Stop Compilation'
       Hint = 
         'Stop Compilation|Attempt to stop the compilation process, but wa' +
-        'it until it is finished.'
+        'it until it is finished'
       ImageIndex = 21
       Visible = False
       OnExecute = ProjectStopCompilation
@@ -3461,7 +3461,7 @@ object MainForm: TMainForm
       Caption = '&Force-Quit Compiler'
       Hint = 
         'Force-Quit Compiler|Force-quit the currently running process for' +
-        ' compilation to stop compilation immediately.'
+        ' compilation to stop compilation immediately'
       ImageIndex = 22
       Visible = False
       OnExecute = ProjectForceQuitCompiler