Browse Source

! 4813: The same text on Package Manager options area

Spuds 13 years ago
parent
commit
13689b9fde
2 changed files with 2 additions and 1 deletions
  1. 1 1
      Sources/Packages.php
  2. 1 0
      Themes/default/languages/Packages.english.php

+ 1 - 1
Sources/Packages.php

@@ -81,7 +81,7 @@ function Packages()
 				'description' => $txt['package_file_perms_desc'],
 			),
 			'options' => array(
-				'description' => $txt['package_install_options_ftp_why'],
+				'description' => $txt['package_install_options_desc'],
 			),
 		),
 	);

+ 1 - 0
Themes/default/languages/Packages.english.php

@@ -127,6 +127,7 @@ $txt['package_uninstall_done'] = 'The package has been uninstalled, it should no
 $txt['package_uninstall_cannot'] = 'This package cannot be uninstalled, because there is no uninstaller!<br /><br />Please contact the mod author for more information.';
 
 $txt['package_install_options'] = 'Installation Options';
+$txt['package_install_options_desc'] = 'Set various options for how the package manager installs modifications, including backups and ftp access';
 $txt['package_install_options_ftp_why'] = 'Using the package manager\'s FTP functionality is the easiest way to avoid having to manually chmod the files writable through FTP yourself for the package manager to work.<br />Here you can set the default values for some fields.';
 $txt['package_install_options_ftp_server'] = 'FTP Server';
 $txt['package_install_options_ftp_port'] = 'Port';