diff options
| author | Lucas Bullen | 2018-08-13 20:03:33 +0000 |
|---|---|---|
| committer | Lars Vogel | 2018-11-19 15:33:50 +0000 |
| commit | 2fa0110c3313b9308a5ce537a126da8b5e1d54b9 (patch) | |
| tree | f17e3cb3bfd82a3d69afcce70637663224c1e64b | |
| parent | c4c883ab2c245549658d9f58786704549e1c8db7 (diff) | |
| download | eclipse.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.properties | 2 |
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 |
