From 3e35ad3397e1277aa19fa1d095eb57a7d0fe08a5 Mon Sep 17 00:00:00 2001 From: koenr Date: Tue, 1 Aug 2006 19:58:07 +0000 Subject: [PATCH] string is necessary in 1.6 (so must stay here for backward compatibility of translated language packs, created with Moodle editor) --- lang/en_utf8/moodle.php | 1 + 1 file changed, 1 insertion(+) 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'; -- 2.39.5