Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault (Ericsson)2013-02-14 17:51:08 +0000
committerPascal Rapicault2013-02-14 17:51:08 +0000
commit4d94af97f0fbf679496a68be657684c297994aa3 (patch)
tree77b3d6b97e88ed291995aa2bd618ab16cad90ba1
parentf7559f7f4976c6af53be9b54a36cbad40719e702 (diff)
downloadrt.equinox.p2-4d94af97f0fbf679496a68be657684c297994aa3.tar.gz
rt.equinox.p2-4d94af97f0fbf679496a68be657684c297994aa3.tar.xz
rt.equinox.p2-4d94af97f0fbf679496a68be657684c297994aa3.zip
Change the message shown in the wizard
-rw-r--r--bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/src/org/eclipse/equinox/internal/p2/ui/sdk/scheduler/migration/messages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/src/org/eclipse/equinox/internal/p2/ui/sdk/scheduler/migration/messages.properties b/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/src/org/eclipse/equinox/internal/p2/ui/sdk/scheduler/migration/messages.properties
index e26b8fcf8..056175166 100644
--- a/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/src/org/eclipse/equinox/internal/p2/ui/sdk/scheduler/migration/messages.properties
+++ b/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/src/org/eclipse/equinox/internal/p2/ui/sdk/scheduler/migration/messages.properties
@@ -10,5 +10,5 @@ ImportFromInstallationPage_DIALOG_DESCRIPTION=Import software items from the exi
ImportFromInstallationPage_SELECT_COMPONENT=Select at least one available element to be installed.
ImportWizard_WINDOWTITLE=Import
ImportFromInstallationPage_INVALID_DESTINATION=Specify the path to a valid application installation.
-ImportFromInstallationPage_DIALOG_TITLE=A new profile has been created due to a detected change in your base. Eclipse will try to import your previous profile features into the new one.
+ImportFromInstallationPage_DIALOG_TITLE=The application you are running has been updated which caused the plugins you had installed to have been disabled.\nMigrate the software you had previously installed.
REMIND_ME_TO_MIGRATE_LATER= Remind me later.

Back to the top