From: selliott <selliott> Date: Thu, 5 Feb 2004 20:57:29 +0000 (+0000) Subject: Added string for choosereportfilter (for course/recent.php) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bbbcfe3b531bb2d82de9498e9f2ea3910c1d7a00;p=moodle.git Added string for choosereportfilter (for course/recent.php) --- diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 7e5c53689d..40afb14d0c 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -111,6 +111,7 @@ $string['choose'] = 'Choose'; $string['choosecourse'] = 'Choose a course'; $string['chooselivelogs'] = 'Or watch current activity'; $string['chooselogs'] = 'Choose which logs you want to see'; +$string['choosereportfilter'] = 'Choose a filter for the report'; $string['choosetheme'] = 'Choose theme'; $string['chooseuser'] = 'Choose a user'; $string['city'] = 'City/town'; diff --git a/lang/en_us/moodle.php b/lang/en_us/moodle.php index 6a6e216194..73f968f595 100644 --- a/lang/en_us/moodle.php +++ b/lang/en_us/moodle.php @@ -100,6 +100,7 @@ $string['choose'] = 'Choose'; $string['choosecourse'] = 'Choose a course'; $string['chooselivelogs'] = 'Or watch current activity'; $string['chooselogs'] = 'Choose which logs you want to see'; +$string['choosereportfilter'] = 'Choose a filter for the report'; $string['choosetheme'] = 'Choose theme'; $string['chooseuser'] = 'Choose a user'; $string['city'] = 'City/town';