mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 05:09:27 +02:00
Debugger: resourcestring typos and minor improvements
git-svn-id: trunk@43848 -
This commit is contained in:
parent
50408a84b9
commit
6bc44f578b
@ -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.';
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user