Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2017-10-13 04:38:36 +0000
committerAlexander Kurtakov2017-10-13 13:24:03 +0000
commit87ae297da2726821ac81be4cd16b25e0273d3306 (patch)
treeb77ed63d1c7a7a8e1677435416a65cf5d06186c6
parent25d302bd9a4ba40205def99295aa007c1a01bd60 (diff)
downloadrt.equinox.p2-87ae297da2726821ac81be4cd16b25e0273d3306.tar.gz
rt.equinox.p2-87ae297da2726821ac81be4cd16b25e0273d3306.tar.xz
rt.equinox.p2-87ae297da2726821ac81be4cd16b25e0273d3306.zip
Bug 525969 - Use shorter text in restart dialog in line with Microsoft
design guidelines / material design Change-Id: I0733e93e7d5893b22f59d74bd098c4922d47eabf Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties3
1 files changed, 1 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties b/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties
index 81f71c78d..ef69e185c 100644
--- a/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties
+++ b/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties
@@ -168,8 +168,7 @@ InstallWizardPage_Title=Install Details
PreselectedIUInstallWizard_Title=Install
PreselectedIUInstallWizard_Description=Check the items that you wish to install.
PlatformUpdateTitle = Software Updates
-PlatformRestartMessage = You will need to restart {0} for the changes to take effect. \
-Would you like to restart now?
+PlatformRestartMessage = Would you like to restart {0} to apply the changes?
Policy_RequiresUpdateManagerMessage=A feature that you have selected uses install procedures that are not compatible with the current installation support. This feature can only be installed by the older Update Manager. \
\
Do you want to launch the older Update Manager?

Back to the top