Debugger: resourcestring typos and minor improvements

git-svn-id: trunk@43848 -
This commit is contained in:
maxim 2014-01-29 23:57:07 +00:00
parent 50408a84b9
commit 6bc44f578b

View File

@ -910,10 +910,10 @@ resourcestring
gdbmiEventLogDebugOutput = 'Debug Output: %s';
gdbmiEventLogProcessExitNormally = 'Process Exit: normally';
gdbmiEventLogProcessExitCode = 'Process Exit: %s';
gdbmiFailedToTerminateGDBTitle = 'Error: GDB did not terminate';
gdbmiFailedToTerminateGDBTitle = 'GDB did not terminate';
gdbmiFailedToTerminateGDB = 'The IDE was unable to terminate the GDB process. '
+ 'This process may be left running outside the control of IDE.%0:s'
+ 'To ensure the process is noh affecting your System, you should locate it, '
+ 'To ensure the process is not affecting your System, you should locate '
+ 'and terminate it yourself.';