Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
59d6852b
Commit
59d6852b
authored
Apr 13, 2008
by
stronk7
Browse files
Fixed missing string on restore. MDL-14330 ; merged from STABLE_19
parent
3688fb55
Changes
1
Hide whitespace changes
Inline
Side-by-side
backup/restore_form.html
View file @
59d6852b
...
...
@@ -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', 'message
s
').'</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");
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment