From c56bcbfe604d2c1ba142cdbe7cfee55cf3f7c7be Mon Sep 17 00:00:00 2001 From: ggu Date: Tue, 29 Apr 2014 09:52:44 +0000 Subject: [PATCH] TDI-29240: fixed the text is not matched. git-svn-id: http://talendforge.org/svn/tos/trunk@117010 f6f1c999-d317-4740-80b0-e6d1abc6f99e --- .../src/main/java/messages.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.talend.librariesmanager.ui/src/main/java/messages.properties b/org.talend.librariesmanager.ui/src/main/java/messages.properties index 52bb6083dd..3687cb9ec4 100644 --- a/org.talend.librariesmanager.ui/src/main/java/messages.properties +++ b/org.talend.librariesmanager.ui/src/main/java/messages.properties @@ -74,7 +74,7 @@ AcceptModuleLicensesWizardDialog.cancelConfirmation.msg=Are you sure you want to AcceptModuleLicensesWizardPage.title=Review Licenses AcceptModuleLicensesWizardPage.desc=To accept all licenses, click Accept all. To accept licenses individually, highlight the license and select 'I accept the terms of the selected license agreement'. \n Repeat the process for each license to accept then click Finish. AcceptModuleLicensesWizardPage.licensesList.label=Licenses: -AcceptModuleLicensesWizardPage.licenseContent.button.accept=I accept the terms of the license agreement +AcceptModuleLicensesWizardPage.licenseContent.button.accept=I accept the terms of the selected license agreement AcceptModuleLicensesWizardPage.licenseContent.button.decline=I do not accept the terms of the license agreement AcceptModuleLicensesWizardPage.licenseContent.label=License text: AcceptModuleLicensesWizardPage.licenseContent.defaultDesc=The license must be reviewed and accepted before the modules can be installed.