Browse Source

--- Merging r44186 into '.':
U packages/ide/fpdebug.pas
--- Recording mergeinfo for merge of r44186 into '.':
U .
--- Merging r44187 into '.':
G packages/ide/fpdebug.pas
--- Recording mergeinfo for merge of r44187 into '.':
G .
--- Merging r44190 into '.':
G packages/ide/fpdebug.pas
--- Recording mergeinfo for merge of r44190 into '.':
G .

# revisions: 44186,44187,44190

git-svn-id: branches/fixes_3_2@45681 -

marco 5 years ago
parent
commit
066ef146f5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/ide/fpdebug.pas

+ 2 - 2
packages/ide/fpdebug.pas

@@ -469,13 +469,13 @@ const
       msg_programexitedwithexitcode = #3'Program exited with '#13+
                                       #3'exitcode = %d';
 
-      msg_programsignal             = #3'Program recieved signal %s'#13+
+      msg_programsignal             = #3'Program received signal %s'#13+
                                       #3'%s';
 
       msg_runningprogram  = 'Running...';
       msg_runningremotely = 'Executable running remotely on ';
       msg_connectingto    = 'Connecting to ';
-      msg_getting_info_on = 'Getting infos from ';
+      msg_getting_info_on = 'Getting info from ';
       msg_runninginanotherwindow = 'Executable running in another window..';
       msg_couldnotsetbreakpointat = #3'Could not set Breakpoint'#13+
                                     #3+'%s:%d';