From 89be3e640a1a81a3b8161429e6166cf7af891d61 Mon Sep 17 00:00:00 2001 From: haneul Date: Wed, 11 Nov 2009 07:36:53 +0000 Subject: [PATCH] modify translation git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6927 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/autoinstall/lang/en.lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/autoinstall/lang/en.lang.php b/modules/autoinstall/lang/en.lang.php index 6f8915182..daba5ab48 100644 --- a/modules/autoinstall/lang/en.lang.php +++ b/modules/autoinstall/lang/en.lang.php @@ -17,7 +17,7 @@ $lang->success_installed = "Installations succeeded."; $lang->view_all_package = "View All"; $lang->description_ftp_note = "If FTP configuration is not set, installation would not work. Please configure FTP information"; - $lang->description_update = "If you recently upgrade or install programs without easy installation module, pressing update will update the information of the programs."; + $lang->description_update = "If you recently upgrade or install programs without easy installation module, please press update button to keep information of the programs updated."; $lang->install = "Install"; $lang->update = "Update"; $lang->current_version = "Installed version";