mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 02:16:14 +02:00
LazDebuggerGDBMI: fixed typos
git-svn-id: trunk@47997 -
This commit is contained in:
parent
3a953ef44f
commit
60ad899f3d
@ -84,7 +84,7 @@ resourcestring
|
|||||||
synfFailedToInitializeDebugger = 'Failed to initialize debugger';
|
synfFailedToInitializeDebugger = 'Failed to initialize debugger';
|
||||||
synfTheDebuggerWasUnableToSetAllBreakpointsDuringIniti = 'The debugger was unable to set '
|
synfTheDebuggerWasUnableToSetAllBreakpointsDuringIniti = 'The debugger was unable to set '
|
||||||
+ 'all breakpoints during initialization.%0:s'
|
+ 'all breakpoints during initialization.%0:s'
|
||||||
+ 'You may with to check if all sources were compiled with debug-info%0:s'
|
+ 'You may wish to check if all sources were compiled with debug-info.%0:s'
|
||||||
+ 'Press OK to ignore this and continue.';
|
+ 'Press OK to ignore this and continue.';
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
Loading…
Reference in New Issue
Block a user