From 07d9521c4985874d42a08ec77d7be5c050ad241b Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Fri, 4 Jul 2014 22:43:32 +0200 Subject: [PATCH] MDL-46231 Merge English strings from the en_fix language pack --- lang/en/admin.php | 2 +- lang/en/plagiarism.php | 2 +- lang/en/plugin.php | 4 ++-- lang/en/repository.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/en/admin.php b/lang/en/admin.php index dfae98df6b485..589d0e0822867 100644 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -753,7 +753,7 @@ $string['navigationupgrade'] = 'This upgrade introduces two new navigation blocks that will replace these blocks: Administration, Courses, Activities and Participants. If you had set any special permissions on those blocks you should check to make sure everything is behaving as you want it.'; $string['navcourselimit'] = 'Course limit'; $string['navshowfullcoursenames'] = 'Show course full names'; -$string['navshowfullcoursenames_help'] = 'If enabled courses in the navigation will be shown with using their full name rather than their short name.'; +$string['navshowfullcoursenames_help'] = 'If enabled, course full names will be used in the navigation rather than short names.'; $string['navshowfrontpagemods'] = 'Show front page activities in the navigation'; $string['navshowfrontpagemods_help'] = 'If enabled, front page activities will be shown on the navigation under site pages.'; $string['navshowallcourses'] = 'Show all courses'; diff --git a/lang/en/plagiarism.php b/lang/en/plagiarism.php index 7faba07356018..bceee51bb15b0 100644 --- a/lang/en/plagiarism.php +++ b/lang/en/plagiarism.php @@ -5,4 +5,4 @@ $string['configenableplagiarism'] = 'This will allow administrators to configure plagiarism plugins (if installed)'; $string['manageplagiarism'] = 'Manage plagiarism plugins'; $string['nopluginsinstalled'] = 'No plagiarism plugins are installed.'; -$string['plagiarism'] = 'Plagiarism prevention'; +$string['plagiarism'] = 'Plagiarism'; diff --git a/lang/en/plugin.php b/lang/en/plugin.php index f1e79585dbf67..b55b05f0c0236 100644 --- a/lang/en/plugin.php +++ b/lang/en/plugin.php @@ -119,8 +119,8 @@ $string['type_mnetservice_plural'] = 'MNet services'; $string['type_mod'] = 'Activity module'; $string['type_mod_plural'] = 'Activity modules'; -$string['type_plagiarism'] = 'Plagiarism prevention plugin'; -$string['type_plagiarism_plural'] = 'Plagiarism prevention plugins'; +$string['type_plagiarism'] = 'Plagiarism plugin'; +$string['type_plagiarism_plural'] = 'Plagiarism plugins'; $string['type_portfolio'] = 'Portfolio'; $string['type_portfolio_plural'] = 'Portfolios'; $string['type_profilefield'] = 'Profile field type'; diff --git a/lang/en/repository.php b/lang/en/repository.php index db2c1185408ba..4a956d40785b9 100644 --- a/lang/en/repository.php +++ b/lang/en/repository.php @@ -155,7 +155,7 @@ $string['manageuserrepository'] = 'Manage individual repository'; $string['moving'] = 'Moving'; $string['newfolder'] = 'New folder'; -$string['newfoldername'] = 'New folder name:'; +$string['newfoldername'] = 'New folder name'; $string['noenter'] = 'Nothing entered'; $string['nofilesattached'] = 'No files attached'; $string['nofilesavailable'] = 'No files available';