Przeglądaj źródła

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

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 10 lat temu
rodzic
commit
816d482bba
1 zmienionych plików z 1 dodań i 1 usunięć
  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.