Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MDL-15252 Unifying a string 'availablelangs' - now lives in install.p…
…hp only

AMOS BEGIN
 MOV [availablelangs,core_admin],[availablelangs,core_install]
AMOS END
  • Loading branch information
mudrd8mz committed May 10, 2010
1 parent 6189e63 commit 11072c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion admin/langimport.php
Expand Up @@ -345,7 +345,7 @@
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">';
}
Expand Down
1 change: 0 additions & 1 deletion lang/en/admin.php
Expand Up @@ -53,7 +53,6 @@
$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';
Expand Down

0 comments on commit 11072c3

Please sign in to comment.