From: koenr Date: Tue, 1 Aug 2006 19:58:07 +0000 (+0000) Subject: string is necessary in 1.6 (so must stay here for backward compatibility of translate... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3e35ad3397e1277aa19fa1d095eb57a7d0fe08a5;p=moodle.git string is necessary in 1.6 (so must stay here for backward compatibility of translated language packs, created with Moodle editor) --- diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index 4392fe3ded..db57f18aae 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -1154,6 +1154,7 @@ $string['showperpage'] = 'Show $a per page'; $string['showrecent'] = 'Show recent activity'; $string['showreports'] = 'Show activity reports'; $string['showsettings'] = 'Show settings'; +$string['showtheselogs'] = 'Show these logs'; $string['since'] = 'Since'; $string['sincelast'] = ' since last login'; $string['site'] = 'Site';