Преглед изворни кода

! Should probably use the right language string *cheesy grin* (thanks Oldiesmann)

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer пре 10 година
родитељ
комит
816d482bba
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Sources/Packages.php

+ 1 - 1
Sources/Packages.php

@@ -893,7 +893,7 @@ function PackageInstall()
 		// @todo Internationalize this?
 		$result = package_create_backup(($context['uninstalling'] ? 'backup_' : 'before_') . strtok($context['filename'], '.'));
 		if (!$result)
-			fatal_lang_error('could_not_language_backup', false);
+			fatal_lang_error('could_not_package_backup', false);
 	}
 
 	// The mod isn't installed.... unless proven otherwise.