Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2018-10-05 09:15:28 +0000
committerNiraj Modi2018-10-05 09:15:28 +0000
commit3fb091005e4c4007c3e05ce9800bc838110e5e16 (patch)
tree7463779c2dc7677f1a9809a5c72d42b9cf2a47af
parentdc920f10ef2d785a9d05b935c5e0cd970d571dad (diff)
downloadeclipse.platform.ui-3fb091005e4c4007c3e05ce9800bc838110e5e16.tar.gz
eclipse.platform.ui-3fb091005e4c4007c3e05ce9800bc838110e5e16.tar.xz
eclipse.platform.ui-3fb091005e4c4007c3e05ce9800bc838110e5e16.zip
Bug 539830 - Improve message to restart Eclipse SDK on Zoom changeI20181008-0600I20181007-1800I20181007-0600I20181006-1800I20181006-0600I20181005-1800
notification Change-Id: I4e1fdf552f8339c54b4b93ffc3ef87e225e81fbf Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
-rw-r--r--bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/messages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/messages.properties b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/messages.properties
index e7faef77e36..f050ad545d3 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/messages.properties
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/messages.properties
@@ -1025,5 +1025,5 @@ Util_listNull=null
# Zoom change messages
Workbench_zoomChangedTitle=Zoom changed
-Workbench_zoomChangedMessage=Would you like to restart the Eclipse SDK to apply the zoom changes?
+Workbench_zoomChangedMessage=Would you like to restart the Eclipse for the zoom changes to take full effect?
Workbench_zoomChangedRestart=&Restart Now

Back to the top