From 0064dc90e35de977da2ecf1949a9fb256a14c986 Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Fri, 8 Oct 2010 13:39:04 +0000 Subject: [PATCH] NOMDL Rewording text used for Hide/Show icon Show icon from others is a bug, should be Show icon to others. But because others can have the capability to view hidden sections anyway, it was decided to keep just Hide/Show --- lang/en/moodle.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index bed850cd137..6d4dcf2d88c 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -811,8 +811,8 @@ $string['hidepicture'] = 'Hide picture'; $string['hidesection'] = 'Hide section {$a}'; $string['hidesettings'] = 'Hide settings'; $string['hideshowblocks'] = 'Hide or show blocks'; -$string['hidetopicfromothers'] = 'Hide topic from others'; -$string['hideweekfromothers'] = 'Hide week from others'; +$string['hidetopicfromothers'] = 'Hide topic'; +$string['hideweekfromothers'] = 'Hide week'; $string['hits'] = 'Hits'; $string['hitsoncourse'] = 'Hits on {$a->coursename} by {$a->username}'; $string['hitsoncoursetoday'] = 'Today\'s hits on {$a->coursename} by {$a->username}'; @@ -1504,8 +1504,8 @@ $string['showreports_help'] = 'Activity reports are available for each participa $string['showsettings'] = 'Show settings'; $string['showtheselogs'] = 'Show these logs'; $string['showthishelpinlanguage'] = 'Show this help in language: {$a}'; -$string['showtopicfromothers'] = 'Show topic from others'; -$string['showweekfromothers'] = 'Show week from others'; +$string['showtopicfromothers'] = 'Show topic'; +$string['showweekfromothers'] = 'Show week'; $string['schedule'] = 'Schedule'; $string['scheduledbackupsinactive'] = 'Scheduled backups haven\'t been enabled by the site admin'; $string['scheduledbackupstatus'] = 'Scheduled backup status';