debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/newwizard/AbstractLaunchWizardSection.java
changeset 969 b0dd389735fb
parent 960 1b51db390dc4
child 983 8b4ee73c530c
--- a/debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/newwizard/AbstractLaunchWizardSection.java	Tue Feb 16 09:47:14 2010 -0600
+++ b/debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/newwizard/AbstractLaunchWizardSection.java	Tue Feb 16 13:44:54 2010 -0600
@@ -47,7 +47,7 @@
  */
 public abstract class AbstractLaunchWizardSection implements IWizardSection {
 
-	private static final String CHANGE_LABEL = "Change...";
+	private static final String CHANGE_LABEL = Messages.getString("AbstractLaunchWizardSection.ChangeLabel"); //$NON-NLS-1$
 	protected final LaunchWizardData data;
 	private String sectionName;