Skip to main content
summaryrefslogtreecommitdiffstats
path: root/launch
diff options
context:
space:
mode:
authorAnton Leherbauer2008-03-07 13:08:52 +0000
committerAnton Leherbauer2008-03-07 13:08:52 +0000
commit0f3191b1bb593316970963e4ae36159a609b3ff6 (patch)
treecf862c63ceddeca204a9b0b11552a49975cd7173 /launch
parent92b01665bead50175b6de20a75cb6971379899ff (diff)
downloadorg.eclipse.cdt-0f3191b1bb593316970963e4ae36159a609b3ff6.tar.gz
org.eclipse.cdt-0f3191b1bb593316970963e4ae36159a609b3ff6.tar.xz
org.eclipse.cdt-0f3191b1bb593316970963e4ae36159a609b3ff6.zip
218366: Fix grammar error in LaunchMessages.properties
Patch from Carlos O'Donnel (CodeSourcery)
Diffstat (limited to 'launch')
-rw-r--r--launch/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/internal/ui/LaunchMessages.properties5
1 files changed, 3 insertions, 2 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 e223347e842..7c95d50def2 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
@@ -9,6 +9,7 @@
# QNX Software Systems - Initial API and implementation
# Monta Vista - Joanne Woo - Bug 87556
# Nokia - Ken Ryall - Bug 118894
+# Carlos O'Donnel (CodeSourcery) - Bug 218366
###############################################################################
AbstractCLaunchDelegate.Debugger_not_installed=CDT Debugger not installed
@@ -99,12 +100,12 @@ CDebuggerTab.Stop_at_main_on_startup=Stop on startup at:
CDebuggerTab.Automatically_track_values_of=Automatically track the values of
CDebuggerTab.Stop_on_startup_at_can_not_be_empty=The "Stop on startup at" field can not be empty.
CDebuggerTab.Debugger_Options=Debugger Options
-CDebuggerTab.Mode_not_supported=Mode ''{0}'' is not supported by selected debugger
+CDebuggerTab.Mode_not_supported=Mode ''{0}'' is not supported by the selected debugger
CDebuggerTab.Advanced=Advanced...
CDebuggerTab.Variables=Variables
CDebuggerTab.Registers=Registers
CDebuggerTab.No_debugger_available=No debugger available
-CDebuggerTab.CPU_is_not_supported=The CPU is not supported by selected debugger.
+CDebuggerTab.CPU_is_not_supported=The CPU is not supported by the selected debugger.
CDebuggerTab.Platform_is_not_supported=The project platform is not supported by the selected debugger.
CoreFileDebuggerTab.No_debugger_available=No debugger available

Back to the top