Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Bullen2018-08-13 20:03:33 +0000
committerLars Vogel2018-11-19 15:33:50 +0000
commit2fa0110c3313b9308a5ce537a126da8b5e1d54b9 (patch)
treef17e3cb3bfd82a3d69afcce70637663224c1e64b
parentc4c883ab2c245549658d9f58786704549e1c8db7 (diff)
downloadeclipse.platform.ui-2fa0110c3313b9308a5ce537a126da8b5e1d54b9.tar.gz
eclipse.platform.ui-2fa0110c3313b9308a5ce537a126da8b5e1d54b9.tar.xz
eclipse.platform.ui-2fa0110c3313b9308a5ce537a126da8b5e1d54b9.zip
Bug 537867 - Export preferences gives paranoiac warning
- Change dialog message with a more descriptive one Change-Id: I431f848e588c5774d07ddc6d64488dc93569efaf Signed-off-by: Lucas Bullen <lbullen@redhat.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 f050ad545d3..f22019f67ac 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
@@ -411,7 +411,7 @@ Preference_import = Import
Preference_export = Export
PreferenceExportWarning_title = Possible Unapplied Changes
-PreferenceExportWarning_message = Unapplied changes to preferences will not be exported.
+PreferenceExportWarning_message = If you changed preferences and want to export them, ensure you click 'Apply and Continue' before the export.
PreferenceExportWarning_continue = &Continue
PreferenceExportWarning_applyAndContinue = &Apply and Continue

Back to the top