diff options
author | Pascal Rapicault (JBoss) | 2013-05-01 01:04:06 +0000 |
---|---|---|
committer | Pascal Rapicault | 2013-05-01 01:04:06 +0000 |
commit | 18340ec61a7c979f3a24f1fc2dc4aab9416573ce (patch) | |
tree | 72e3a6afffc0ff42eb326713c4efb2adb7148d90 | |
parent | 49c0ea682d29f48f1fb5cc740e25c1e10bc74584 (diff) | |
download | rt.equinox.p2-18340ec61a7c979f3a24f1fc2dc4aab9416573ce.tar.gz rt.equinox.p2-18340ec61a7c979f3a24f1fc2dc4aab9416573ce.tar.xz rt.equinox.p2-18340ec61a7c979f3a24f1fc2dc4aab9416573ce.zip |
Tweak remediation related messages
-rw-r--r-- | bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties | 10 |
1 files changed, 5 insertions, 5 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 104e3984b..0c377d7d6 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 @@ -223,13 +223,13 @@ RemediationPage_SubDescription=Chose one of the following alternate solutions: RemediationPage_NoSolutionFound=No solution found. RemediationPage_BeingInstalledSection=How do you want to change the software being installed? RemediationPage_InstalledSection=How do you want to alter the current installation? -RemediationPage_BeingInstalledSection_AllowPartialInstall=install less item than originally requested -RemediationPage_BeingInstalledSection_AllowDifferentVersion=install different version than originally requested -RemediationPage_InstalledSection_AllowInstalledUpdate=update items already installed -RemediationPage_InstalledSection_AllowInstalledRemoval=remove items already installed +RemediationPage_BeingInstalledSection_AllowPartialInstall=Install less item than originally requested +RemediationPage_BeingInstalledSection_AllowDifferentVersion=Install different version than originally requested +RemediationPage_InstalledSection_AllowInstalledUpdate=Update items already installed +RemediationPage_InstalledSection_AllowInstalledRemoval=Remove items already installed RemediationPage_BestSolutionBeingInstalledRelaxed=Keep my installation the same and modify the items being installed to be compatible RemediationPage_BestSolutionInstallationRelaxed=Update my installation to be compatible with the items being installed -RemediationPage_BestSolutionBuilt=Build my own solution +RemediationPage_BestSolutionBuilt=Build my own solution: IUViewQueryContext_AllAreInstalledDescription=You can uncheck the 'Hide items that are already installed' check box to see all items. Label_Profiles=All Software Profiles |