From fb9ec10f462776b97bf491bfe9d752c3b87abe20 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 2 May 2004 02:36:45 +0000 Subject: [PATCH] Some modifications to texts --- lang/en/calendar.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/en/calendar.php b/lang/en/calendar.php index 83d4adee40..aabcd161fe 100644 --- a/lang/en/calendar.php +++ b/lang/en/calendar.php @@ -30,10 +30,10 @@ $string['eventstarttime'] = 'Start time'; $string['eventtime'] = 'Time'; $string['eventview'] = 'Event Details'; $string['expired'] = 'Expired'; -$string['explain_lookahead'] = 'This preference sets the (maximum) number of days in the future that an event has to start in in order to be displayed as an upcoming event. Events that start later in the future will never be displayed as upcoming. Please note that there is no guarantee that all events starting in this time frame will be displayed; if they are too many (more than the \"Maximum upcoming events\" preference) then the most distant events will not be displayed.'; -$string['explain_maxevents'] = 'This preference sets the maximum number of upcoming events that can be displayed. If you pick a large number here, it is possible that upcoming events displays will take up a lot of space on your screen.'; -$string['explain_startwday'] = 'This preference configures the way that all monthly calendars are displayed. Use it to make them be displayed in the way you are accustomed to.'; -$string['explain_timeformat'] = 'This preference controls the way that times are displayed in the calendar. You can choose to see times in either 12 or 24 hour format. If you choose \"default\", then the format will be automatically chosen according to the language you use in the site.'; +$string['explain_lookahead'] = 'This sets the (maximum) number of days in the future that an event has to start in in order to be displayed as an upcoming event. Events that start beyond this will never be displayed as upcoming. Please note that there is no guarantee that all events starting in this time frame will be displayed; if there are too many (more than the \"Maximum upcoming events\" preference) then the most distant events will not be shown.'; +$string['explain_maxevents'] = 'This sets the maximum number of upcoming events that can be displayed. If you pick a large number here it is possible that upcoming events displays will take up a lot of space on your screen.'; +$string['explain_startwday'] = 'Calendar weeks will be shown as starting on the day that you select here.'; +$string['explain_timeformat'] = 'You can choose to see times in either 12 or 24 hour format. If you choose \"default\", then the format will be automatically chosen according to the language you use in the site.'; $string['globalevents'] = 'Global events'; $string['groupevents'] = 'Group events'; $string['hidden'] = 'hidden'; -- 2.39.5