From c477ecb2cef60449c796248e9ded0f3d2aed7ef3 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 18 Aug 2003 16:41:18 +0000 Subject: [PATCH] A few minor changes --- lang/en/moodle.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 9bb57a0a2e..5b164fcc45 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -30,7 +30,8 @@ $string['adminhelpassignadmins'] = "Admins can do anything and go anywhere in th $string['adminhelpassigncreators'] = "Creators can create new courses and teach in them"; $string['adminhelpassignteachers'] = "Select a course then use the icon to add teachers"; $string['adminhelpauthentication'] = "You can use internal user accounts or external databases"; -$string['adminhelpconfiguration'] = "Configure variables that affect general operation of the site"; +$string['adminhelpconfiguration'] = "Configure how the site looks and works"; +$string['adminhelpconfigvariables'] = "Configure variables that affect general operation of the site"; $string['adminhelpcourses'] = "Define courses and categories and assign people to them"; $string['adminhelpedituser'] = "Browse the list of user accounts and edit any of them"; $string['adminhelplanguage'] = "For checking and editing the current language pack"; @@ -39,7 +40,7 @@ $string['adminhelpmanagemodules'] = "Manage installed modules and their settings $string['adminhelpmanagedatabase'] = "Access the database directly (be careful!)"; $string['adminhelpsitesettings'] = "Define the how the front page of the site looks"; $string['adminhelpsitefiles'] = "For publishing general files or uploading external backups"; -$string['adminhelpthemes'] = "Choose how the site looks"; +$string['adminhelpthemes'] = "Choose how the site looks (colours, fonts etc)"; $string['adminhelpusers'] = "Define your users and set up authentication"; $string['administration'] = "Administration"; $string['administrator'] = "Administrator"; @@ -128,7 +129,8 @@ $string['configslasharguments'] = "Files (images, uploads etc) are provided via $string['configsmtphosts'] = "Give the full name of one or more local SMTP servers that Moodle should use to send mail (eg 'mail.a.com' or 'mail.a.com;mail.b.com'). If you leave it blank, Moodle will use the PHP default method of sending mail."; $string['configsmtpuser'] = "If you have specified an SMTP server above, and the server requires authentication, then enter the username and password here."; $string['configunzip'] = "Indicate the location of your unzip program (Unix only, optional). If specified, this will be used to unpack zip archives on the server. If you leave this blank, then Moodle will use internal routines."; -$string['configvariables'] = "Configuration"; +$string['configuration'] = "Configuration"; +$string['configvariables'] = "Variables"; $string['configzip'] = "Indicate the location of your zip program (Unix only, optional). If specified, this will be used to create zip archives on the server. If you leave this blank, then Moodle will use internal routines."; $string['confirmed'] = "Your registration has been confirmed"; $string['confirmednot'] = "Your registration has not yet been confirmed!"; -- 2.39.5