diff --git a/Source/lang/strings_english.txt b/Source/lang/strings_english.txt index 1fceecf..40bf949 100644 --- a/Source/lang/strings_english.txt +++ b/Source/lang/strings_english.txt @@ -54,6 +54,7 @@ $s_plugin_Source_manage_threshold = 'Manage Threshold'; $s_plugin_Source_buglink_regex_1 = 'Bug Link PCRE Pass 1'; $s_plugin_Source_buglink_regex_2 = 'Bug Link PCRE Pass 2'; +$s_plugin_Source_reset = 'Reset to default'; $s_plugin_Source_ensure_delete = 'Do you really want to delete the "%s" repository and all of its history?'; $s_plugin_Source_ensure_import = 'This will import to a new copy of your repository, and then destroy the old repository data, and may require use of shell access. Do you wish to continue?'; diff --git a/Source/pages/manage_config_page.php b/Source/pages/manage_config_page.php index 7b20f1a..3e8c48f 100644 --- a/Source/pages/manage_config_page.php +++ b/Source/pages/manage_config_page.php @@ -47,7 +47,7 @@