Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2018-06-01 17:28:15 +0000
committerKarsten Thoms2018-07-14 21:28:51 +0000
commita4f45dcc9c6d0293ec62213108f4dcbe02b5cc21 (patch)
treec5c031f00a97fd8ed4fe8544e6c1467e9209b3ef
parentaa93e5c7ccf1835bcd12069e8462cd14de680711 (diff)
downloadeclipse.platform.debug-a4f45dcc9c6d0293ec62213108f4dcbe02b5cc21.tar.gz
eclipse.platform.debug-a4f45dcc9c6d0293ec62213108f4dcbe02b5cc21.tar.xz
eclipse.platform.debug-a4f45dcc9c6d0293ec62213108f4dcbe02b5cc21.zip
Bug 535466 - Menus in export launch dialog should have ellipsis
Change-Id: Id1fffba4c3976e7f3efbc0dba8468a6fd0382f51 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de> Bug:535466
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties4
1 files changed, 2 insertions, 2 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 9b8d098ae..887c4a180 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
@@ -168,11 +168,11 @@ DuplicateLaunchConfigurationAction__Duplicate_1=&Duplicate
DeleteLaunchConfigurationAction_Dele_te_1=Dele&te
CreateLaunchConfigurationAction_Ne_w_1=Ne&w Configuration
-ExportLaunchConfigurationAction_Export_1=E&xport
+ExportLaunchConfigurationAction_Export_1=E&xport...
CreateLaunchConfigurationAction_New_configuration_2=New_configuration
CreateLaunchConfigurationPrototypeAction_Ne_w_1=New &Prototype
CreateLaunchConfigurationPrototypeAction_New_prototype_2=New_prototype
-LinkPrototypeAction_Link_prototype_1=&Link Prototype
+LinkPrototypeAction_Link_prototype_1=&Link Prototype...
UnlinkPrototypeAction_Unlink_prototype_1=&Unlink Prototype
ResetWithPrototypeValuesAction_Reset_with_prototype_values_1=&Reset with Prototype Values

Back to the top