Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leherbauer2015-07-14 13:14:38 +0000
committerAnton Leherbauer2015-07-14 13:14:38 +0000
commit7861db94e1e964c2c17b5cfdc3d736d501c74a81 (patch)
tree2b4a63e167e4f0fdcf98d2e7b263e7028e7c41f0 /debug/org.eclipse.cdt.debug.ui/plugin.properties
parent654c2999e1b9fd43c716a8d144ab40ae25c10d2e (diff)
downloadorg.eclipse.cdt-7861db94e1e964c2c17b5cfdc3d736d501c74a81.tar.gz
org.eclipse.cdt-7861db94e1e964c2c17b5cfdc3d736d501c74a81.tar.xz
org.eclipse.cdt-7861db94e1e964c2c17b5cfdc3d736d501c74a81.zip
Fix capitalization of Run to Line, Move to Line, etc.
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/plugin.properties')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/plugin.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.properties b/debug/org.eclipse.cdt.debug.ui/plugin.properties
index f3cee3ff7c3..387caa68005 100644
--- a/debug/org.eclipse.cdt.debug.ui/plugin.properties
+++ b/debug/org.eclipse.cdt.debug.ui/plugin.properties
@@ -54,10 +54,10 @@ ToggleWatchpointAction.label=Toggle Watchpoint
ToggleWatchpointAction.tooltip=Toggle Variable Watchpoint
BreakpointPropertiesAction.label=P&roperties...
AddExpressionAction.label=Add Watch Expression...
-RunToLineAction.label=Run To &Line
-ResumeAtLineAction.label=Resume At Li&ne
-MoveToLineAction.label=&Move To Line
-GlobalResumeAtLineAction.label=Resume At Li&ne (C/C++)
+RunToLineAction.label=Run to &Line
+ResumeAtLineAction.label=Resume at Li&ne
+MoveToLineAction.label=&Move to Line
+GlobalResumeAtLineAction.label=Resume at Li&ne (C/C++)
GlobalMoveToLineAction.label=Move to Line (C/C++)
ShowFullPathsAction.label=Show Full &Paths
ShowFullPathsAction.tooltip=Show Full Paths

Back to the top