From 043d8481063aafe8bd89cb6f165508f81eee670c Mon Sep 17 00:00:00 2001 From: John Cortell Date: Tue, 1 Apr 2008 03:01:05 +0000 Subject: [PATCH] Corrected grammar in error dialog that surfaces when the executable isn't on disk. --- .../eclipse/cdt/launch/internal/ui/LaunchMessages.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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