Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSusan Franklin2009-06-10 01:21:02 +0000
committerSusan Franklin2009-06-10 01:21:02 +0000
commit9b0f9f39c0e6621166089083807d40074b7bead6 (patch)
treecc0fdc25b330137517c9ed61fa799ad00b21c82b /bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties
parent3a6d6d2b688162d7e1a2e65bd426b79a0860842a (diff)
downloadrt.equinox.p2-9b0f9f39c0e6621166089083807d40074b7bead6.tar.gz
rt.equinox.p2-9b0f9f39c0e6621166089083807d40074b7bead6.tar.xz
rt.equinox.p2-9b0f9f39c0e6621166089083807d40074b7bead6.zip
Bug 217944 - [ui] Streamlined presentation for accepting multiple licenses during an install/update
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties')
-rw-r--r--bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties5
1 files changed, 3 insertions, 2 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 7f358393a..8b13a8630 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
@@ -117,13 +117,14 @@ ResolutionWizardPage_WarningInfoStatus=Your original request has been modified.
AcceptLicensesWizardPage_AcceptMultiple=I &accept the terms of the license agreements
AcceptLicensesWizardPage_AcceptSingle=I &accept the terms of the license agreement
-AcceptLicensesWizardPage_ItemsLabel=&Items with licenses:
-AcceptLicensesWizardPage_LicenseTextLabel=&License text:
+AcceptLicensesWizardPage_ItemsLabel=&Licenses:
+AcceptLicensesWizardPage_LicenseTextLabel=License &text:
AcceptLicensesWizardPage_NoLicensesDescription=There are no licenses to review. Either the software does not specify a license, or the license has already been reviewed and approved.
AcceptLicensesWizardPage_RejectMultiple=I &do not accept the terms of the license agreements
AcceptLicensesWizardPage_RejectSingle=I &do not accept the terms of the license agreement
AcceptLicensesWizardPage_ReviewExtraLicensesDescription=Licenses must be reviewed before the software can be installed. This includes licenses for software required to complete the install.
AcceptLicensesWizardPage_ReviewLicensesDescription=Licenses must be reviewed and accepted before the software can be installed.
+AcceptLicensesWizardPage_SingleLicenseTextLabel=License &text (for {0}):
AcceptLicensesWizardPage_Title=Review Licenses
AddRepositoryDialog_Title=Add Repository
AddRepositoryDialog_DuplicateURL=Duplicate location

Back to the top