diff options
author | John Cortell | 2008-04-01 03:01:05 +0000 |
---|---|---|
committer | John Cortell | 2008-04-01 03:01:05 +0000 |
commit | 043d8481063aafe8bd89cb6f165508f81eee670c (patch) | |
tree | 8fcea7983cab6c805354b50005825c4fc6005629 /launch | |
parent | e2a73ed2228276ebfb13cfd6a4a1b8fd4c955ec5 (diff) | |
download | org.eclipse.cdt-043d8481063aafe8bd89cb6f165508f81eee670c.tar.gz org.eclipse.cdt-043d8481063aafe8bd89cb6f165508f81eee670c.tar.xz org.eclipse.cdt-043d8481063aafe8bd89cb6f165508f81eee670c.zip |
Corrected grammar in error dialog that surfaces when the executable isn't on disk.
Diffstat (limited to 'launch')
-rw-r--r-- | launch/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/internal/ui/LaunchMessages.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launch/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/internal/ui/LaunchMessages.properties b/launch/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/internal/ui/LaunchMessages.properties index 7c95d50def2..42995d630ad 100644 --- a/launch/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/internal/ui/LaunchMessages.properties +++ b/launch/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/internal/ui/LaunchMessages.properties @@ -56,7 +56,7 @@ CApplicationLaunchShortcut.ChooseConfigToRun=Choose a configuration to run CApplicationLaunchShortcut.CLocalApplication=C Local Application CApplicationLaunchShortcut.ChooseLocalAppToDebug=Choose a local application to debug CApplicationLaunchShortcut.ChooseLocalAppToRun=Choose a local application to run -CApplicationLaunchShortcut.Launch_failed_no_binaries=Launch failed no binaries +CApplicationLaunchShortcut.Launch_failed_no_binaries=Launch failed. Binary not found. CApplicationLaunchShortcut.LaunchFailed=Launch failed CApplicationLaunchShortcut.LaunchDebugConfigSelection=Launch Debug Configuration Selection CApplicationLaunchShortcut.LaunchConfigSelection=Launch Configuration Selection |