Debugger: minor resourcestring fix

git-svn-id: trunk@32054 -
This commit is contained in:
maxim 2011-08-25 22:52:03 +00:00
parent 3d53dd6306
commit a18edbb6a2

View File

@ -465,7 +465,7 @@ resourcestring
'%0:sThe GDB command:%0:s"%1:s"%0:sreturned the error:%0:s"%2:s"%0:s';
gdbmiErrorStateInfoCommandNoResult =
'%0:sThe GDB command:%0:s"%1:s"%0:sdid not return any result%0:s';
gdbmiErrorStateInfoFailedWrite = '%0:sCould not send a command to GDB%0:s';
gdbmiErrorStateInfoFailedWrite = '%0:sCould not send a command to GDB.%0:s';
gdbmiErrorStateInfoFailedRead = '%0:sCould not read output from GDB.%0:s';
gdbmiErrorStateInfoGDBGone = '%0:sThe GDB process is no longer running.%0:s';