mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Fixed missing string on restore. MDL-14330 ; merged from STABLE_19
This commit is contained in:
parent
3688fb5542
commit
59d6852ba4
@ -548,7 +548,7 @@ function selectItemInCheckboxByName(formId, checkName, checked ) {
|
||||
if (isset($info->backup_messages) && $info->backup_messages == "true") {
|
||||
echo "<tr>";
|
||||
echo "<td align=\"right\" colspan=\"2\"><b>";
|
||||
echo '<label for="menurestore_messages">'.get_string ('messages', 'messages').'</label>';
|
||||
echo '<label for="menurestore_messages">'.get_string ('messages', 'message').'</label>';
|
||||
echo "</b></td><td colspan=\"2\">";
|
||||
$message_options = array();
|
||||
$message_options[0] = get_string("no");
|
||||
|
Loading…
x
Reference in New Issue
Block a user