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 diff --git a/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/EvaluationContextManager.java b/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/EvaluationContextManager.java index 257f89c9530..a4d554637ee 100644 --- a/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/EvaluationContextManager.java +++ b/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/EvaluationContextManager.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2004, 2005 QNX Software Systems and others. + * Copyright (c) 2004, 2015 QNX Software Systems and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -33,7 +33,7 @@ import org.eclipse.ui.PlatformUI; * Manages the current evaluation context (stack frame) for evaluation actions. * In each page, the selection is tracked in each debug view (if any). When a debug * target selection exists, the "debuggerActive" System property is set to true. - * This property is used to make the "Run To Line" and "Resume At Line" actions + * This property is used to make the "Run to Line" and "Resume at Line" actions * visible in editors only if there is a running debug session. */ public class EvaluationContextManager implements IWindowListener, IPageListener, ISelectionListener, IPartListener2 { diff --git a/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/ActionMessages.properties b/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/ActionMessages.properties index ecf9e3f8584..5e60116ca7d 100644 --- a/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/ActionMessages.properties +++ b/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/ActionMessages.properties @@ -30,7 +30,7 @@ SignalZeroObjectActionDelegate.1=Operation failed. RunToLineActionDelegate.Error_1=Error RunToLineActionDelegate.Operation_failed_1=Operation failed. RunToLineAdapter.Empty_editor_1=Empty editor -RunToLineAdapter.0=Run To Line failed. +RunToLineAdapter.0=Run to Line failed. RunToLineAdapter.Missing_document_1=Missing document ToggleBreakpointAdapter.Empty_editor_1=Empty editor ToggleBreakpointAdapter.Missing_document_1=Missing document diff --git a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/internal/ui/EvaluationContextManager.java b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/internal/ui/EvaluationContextManager.java index 98021f86ea3..69417a02f40 100644 --- a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/internal/ui/EvaluationContextManager.java +++ b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/internal/ui/EvaluationContextManager.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2004, 2010 QNX Software Systems and others. + * Copyright (c) 2004, 2015 QNX Software Systems and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -29,8 +29,8 @@ import org.eclipse.ui.PlatformUI; * Manages the current evaluation context (stack frame) for evaluation actions. * In each page, the selection is tracked in each debug view (if any). When a debug * target selection exists, the "debuggerActive" System property is set to true. - * This property is used to make the "Run To Line", "Resume At Line", - * "Move To Line" and "Add Watch Expression" actions + * This property is used to make the "Run to Line", "Resume at Line", + * "Move to Line" and "Add Watch Expression" actions * visible in editors only if there is a running debug session. */ public class EvaluationContextManager implements IWindowListener, IDebugContextListener {