MDL-15252 Unifying a string 'availablelangs' - now lives in install.php only

AMOS BEGIN
 MOV [availablelangs,core_admin],[availablelangs,core_install]
AMOS END
This commit is contained in:
David Mudrak 2010-05-10 13:15:50 +00:00
parent 6189e63d52
commit 11072c31ec
2 changed files with 1 additions and 2 deletions

View File

@ -345,7 +345,7 @@ die('Work in progress, to be replaced by the new language update interface...');
echo '<form id="installform" method="post" action="langimport.php?mode='.INSTALLATION_OF_SELECTED_LANG.'">';
echo '<fieldset class="invisiblefieldset">';
echo '<input name="sesskey" type="hidden" value="'.sesskey().'" />';
echo '<label for="pack">'.get_string('availablelangs','admin')."</label><br />\n";
echo '<label for="pack">'.get_string('availablelangs','install')."</label><br />\n";
if ($remote) {
echo '<select name="pack[]" id="pack" size="15" multiple="multiple">';
}

View File

@ -53,7 +53,6 @@ $string['authentication'] = 'Authentication';
$string['authsettings'] = 'Manage authentication';
$string['autolang'] = 'Language autodetect';
$string['autologinguests'] = 'Auto-login guests';
$string['availablelangs'] = 'Available language packs';
$string['availableto'] = 'Available to';
$string['backgroundcolour'] = 'Transparent colour';
$string['backups'] = 'Backups';