Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault (JBoss)2013-05-28 21:53:22 +0000
committerPascal Rapicault2013-05-28 21:54:35 +0000
commit8567e6661cad2d94bdb7debf1678ffb73277db2b (patch)
tree9f1a39005b761a6595cbff6c56446ba5569ded11
parentbee39213217c6cef0e98ddd269035c51b69c0ff3 (diff)
downloadrt.equinox.p2-8567e6661cad2d94bdb7debf1678ffb73277db2b.tar.gz
rt.equinox.p2-8567e6661cad2d94bdb7debf1678ffb73277db2b.tar.xz
rt.equinox.p2-8567e6661cad2d94bdb7debf1678ffb73277db2b.zip
-rw-r--r--bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties10
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 cbd1b3e15..39c355351 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
@@ -231,12 +231,12 @@ RemediationPage_InstalledSection_AllowInstalledUpdate=Update items already insta
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=Show original error and build my own solution:
RemediationPage_SolutionDetails=Solution Details
-RemedyCategoryAdded=Installed
-RemedyCategoryRemoved=Uninstalled
-RemedyCategoryChanged=Upgraded/Downgraded
-RemedyCategoryNotAdded=Not Installed
+RemedyCategoryAdded=Will be installed
+RemedyCategoryRemoved=Will be uninstalled
+RemedyCategoryChanged=Will be upgraded/downgraded
+RemedyCategoryNotAdded=Will not be installed
RemedyElementInstalledVersion=Installed version:
RemedyElementRequestedVersion=Requested version:
RemedyElementBeingInstalledVersion=Version being installed:

Back to the top