Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2006-01-26 16:26:02 +0000
committerMichael Rennie2006-01-26 16:26:02 +0000
commitc5eadae7e017e21f24e08e5995bff84d85ac9e94 (patch)
tree9c10a5ce59d0a6d96dac862ea149d9383560d638 /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations
parent570d6d68d4bb46f293067c2fc1c2e0bbac2688ce (diff)
downloadeclipse.platform.debug-c5eadae7e017e21f24e08e5995bff84d85ac9e94.tar.gz
eclipse.platform.debug-c5eadae7e017e21f24e08e5995bff84d85ac9e94.tar.xz
eclipse.platform.debug-c5eadae7e017e21f24e08e5995bff84d85ac9e94.zip
rename fix for bug 125292
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties
index 442620f8f..6aa1ad761 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties
@@ -48,13 +48,13 @@ LaunchConfigurationTabGroupViewer_0={0} is an invalid character in launch config
LaunchConfigurationTabGroupViewer_1=Configure launch settings from this dialog:
LaunchConfigurationTabGroupViewer_2=- Press the 'New' button to create a configuration of the selected type.
LaunchConfigurationTabGroupViewer_3=- Edit or view an existing configuration by selecting it.
-LaunchConfigurationTabGroupViewer_4=- Press the 'Delete' button to delete the selected configuration.
+LaunchConfigurationTabGroupViewer_4=- Press the 'Remove' button to remove the selected configuration.
LaunchConfigurationTabGroupViewer_6=- Press the 'Duplicate' button to copy the selected configuration.
LaunchConfigurationTabGroupViewer_5=Configure launch perspective settings from the <a>Perspectives</a> preference page.
LaunchConfigurationTabGroupViewer_7=Configure launch configuration filters on the <a>Launch Configurations</a> preference page.
LaunchConfigurationTabGroupViewer_8=- Press the 'Filter' button to configure filtering options.
LaunchConfigurationDialog_Create__manage__and_run_launch_configurations_8=Create, manage, and run configurations
-LaunchConfigurationDialog_Dele_te_14=Dele&te
+LaunchConfigurationDialog_Dele_te_14=Rem&ove
LaunchConfigurationDialog_Discard_changes__38=Discard changes?
LaunchConfigurationDialog_Do_you_wish_to_discard_changes_37=\nDo you wish to discard changes?\n
LaunchConfigurationDialog_Error_19=Error
@@ -84,7 +84,7 @@ LaunchConfigurationsDialog_Warning_2=Warning
LaunchConfigurationsDialog_Information_3=Information
LaunchConfigurationsDialog_45=Perspective settings for {0} have unsaved changes. Do you wish to save them?
LaunchConfigurationsDialog_0=New launch configuration
-LaunchConfigurationsDialog_1=Delete selected launch configuration(s)
+LaunchConfigurationsDialog_1=Remove selected launch configuration(s)
LaunchConfigurationsDialog_2=&Filter
LaunchConfigurationsDialog_4=Filter launch configurations...
LaunchConfigurationsDialog_5=Duplicates the currently selected launch configuration

Back to the top