From: koenr Date: Sun, 29 Oct 2006 22:28:17 +0000 (+0000) Subject: MDL-6864 The links 'Language editing' could be more descriptive X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1bfb0c61b7c944da104f457470a826186d4080b6;p=moodle.git MDL-6864 The links 'Language editing' could be more descriptive --- diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index e2691203fe..3c26c79bde 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -337,7 +337,7 @@ $string['density'] = 'Density'; $string['download'] = 'Download'; $string['edithelpdocs'] = 'Edit help documents'; $string['editlang'] = 'Edit'; -$string['editstrings'] = 'Edit strings'; +$string['editstrings'] = 'Edit words or phrases'; $string['environment'] = 'Environment'; $string['environmenterrortodo'] = 'You must solve all the environmental problems (errors) found above before proceeding to install this Moodle version!'; $string['environmentrecommendinstall'] = 'is recommended to be installed/enabled'; diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index b359a21438..2410252cc2 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -840,7 +840,7 @@ $string['missingshortname'] = 'Missing short name'; $string['missingshortsitename'] = 'Missing short site name'; $string['missingsitedescription'] = 'Missing site description'; $string['missingsitename'] = 'Missing site name'; -$string['missingstrings'] = 'Check for missing strings'; +$string['missingstrings'] = 'Check for untranslated words or phrases'; $string['missingstudent'] = 'Must choose something'; $string['missingsummary'] = 'Missing summary'; $string['missingteacher'] = 'Must choose something';