Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2007-03-28 17:37:25 +0000
committerMichael Rennie2007-03-28 17:37:25 +0000
commit7aecf78c7621205bd9bca2fa039876a5afcef0cc (patch)
treee9f687cbfa590ed606113f0ee5b22b21bd1d4709 /org.eclipse.debug.ui/plugin.properties
parent84d608bfc9fb3c6f6cb6f73301ae5ef9b3fe2b69 (diff)
downloadeclipse.platform.debug-7aecf78c7621205bd9bca2fa039876a5afcef0cc.tar.gz
eclipse.platform.debug-7aecf78c7621205bd9bca2fa039876a5afcef0cc.tar.xz
eclipse.platform.debug-7aecf78c7621205bd9bca2fa039876a5afcef0cc.zip
Bug 178526
New menu item "Open Debug Dialog..." is counter intuitive and has bad kbd access key
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 5e9241660..6ea3934d9 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -85,8 +85,8 @@ LaunchShortcutsName=Launch Shortcut
LaunchConfigurationTypeImageExtensionName=Launch Configuration Type Image
LaunchGroupsExtensionName=Launch Groups
modificationAction.label=&Modification
-OpenDebugConfigurations.label=De&bug...
-OpenRunConfigurations.label=Ru&n...
+OpenDebugConfigurations.label=Open De&bug Dialog...
+OpenRunConfigurations.label=Open Ru&n Dialog...
OpenProfileConfigurations.label=&Profile...
processPropertyPageName=Process Information
ProfileLaunchGroup.label=&Profile

Back to the top