[Esbox-commits] r1958 - branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/nokiabin

eswartz at garage.maemo.org eswartz at garage.maemo.org
Wed Aug 12 23:12:48 EEST 2009


Author: eswartz
Date: 2009-08-12 23:12:48 +0300 (Wed, 12 Aug 2009)
New Revision: 1958

Modified:
   branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/nokiabin/FremantleLicenseAgreementPage.java
Log:
Fix repeated word

Modified: branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/nokiabin/FremantleLicenseAgreementPage.java
===================================================================
--- branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/nokiabin/FremantleLicenseAgreementPage.java	2009-08-12 18:30:49 UTC (rev 1957)
+++ branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/nokiabin/FremantleLicenseAgreementPage.java	2009-08-12 20:12:48 UTC (rev 1958)
@@ -112,7 +112,7 @@
 		GridDataFactory.fillDefaults().span(2,0).applyTo(fRepository);
 		
 		Label lb= new Label(composite, SWT.WRAP);
-		lb.setText("The the wizard will automatically add the url to your /etc/apt/sources.list in scratchbox.");
+		lb.setText("The wizard will automatically add the entry to your /etc/apt/sources.list in scratchbox.");
 		data = new GridData(GridData.FILL_HORIZONTAL | GridData.GRAB_HORIZONTAL);
 		data.horizontalSpan = 2;
 		data.widthHint = 150;



More information about the Esbox-commits mailing list