[Esbox-commits] r2148 - branches/work_Fabricio/org.maemo.esbox.vm.vmware/src/org/maemo/esbox/internal/api/vm/vmware

fabricioepa at garage.maemo.org fabricioepa at garage.maemo.org
Thu Sep 10 18:22:24 EEST 2009


Author: fabricioepa
Date: 2009-09-10 18:22:18 +0300 (Thu, 10 Sep 2009)
New Revision: 2148

Modified:
   branches/work_Fabricio/org.maemo.esbox.vm.vmware/src/org/maemo/esbox/internal/api/vm/vmware/MaemoSDKVMDownloader.java
Log:
Fixing typo on VM installer wizard

Modified: branches/work_Fabricio/org.maemo.esbox.vm.vmware/src/org/maemo/esbox/internal/api/vm/vmware/MaemoSDKVMDownloader.java
===================================================================
--- branches/work_Fabricio/org.maemo.esbox.vm.vmware/src/org/maemo/esbox/internal/api/vm/vmware/MaemoSDKVMDownloader.java	2009-09-10 15:10:56 UTC (rev 2147)
+++ branches/work_Fabricio/org.maemo.esbox.vm.vmware/src/org/maemo/esbox/internal/api/vm/vmware/MaemoSDKVMDownloader.java	2009-09-10 15:22:18 UTC (rev 2148)
@@ -259,7 +259,7 @@
 	private long getPreviousDownloadSize(File localFile) {
 		if (localFile.exists()) {
 			boolean canResumeDownload = DialogUtils.showQuestionDialog(DialogUtils.getShell(), 
-					"Previous download file founded", "The file " + localFile + " already exists. Would you like to resume download?");
+					"Previous download file found", "The file " + localFile + " already exists. Would you like to resume download?");
 			if (canResumeDownload) {
 				return localFile.length();
 			} else {



More information about the Esbox-commits mailing list