Doc System, change hardcoded labels

This commit is contained in:
Julio Cesar Laura
2013-03-14 15:15:04 -04:00
parent 9e0e980a23
commit 64e518fb49
81 changed files with 377 additions and 405 deletions

View File

@@ -53,7 +53,7 @@ $oSystem = new System();
try {
if (! $oSystem->verifyFileForUpgrade()) {
throw (new Exception( "There was an error uploading the file, probably the file size if greater than upload_max_filesize parameter in php.ini, please check this parameter and try again." ));
throw (new Exception( G::LoadTranslation( 'ID_ERROR_UPLOADING_FILENAME')) );
}
$oSystem->cleanupUpgradeDirectory();
$oSystem->getUpgradedFilesList();