Explorar o código

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

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer %!s(int64=10) %!d(string=hai) anos
pai
achega
816d482bba
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.