Topic: [Calendar Mod] lang/English/calendar.php (Typos)

One of the visitors to my site decided to point out a typo on the calendar...
http://forum.photics.com/viewtopic.php?id=790

Sure enough, there were problems with with the words "Happening", "Selected" & "Navigation".

I basically dropped the language file through spell check. Here are my suggestions...

Line 65

'No_Bday'  => 'There are no Birthdays listed for this day',

Line 70

'No_Events' => 'There are no events listed for this day',

Line 94

'date_error'  => 'The day that you selected is not in the month that you selected.',

----------------------

If you want to be really picky...

Line 77

// Nav links for navigation
Michael Garofalo
Webmaster - Photics.com

Re: [Calendar Mod] lang/English/calendar.php (Typos)

lol... at least the code works... smile

Re: [Calendar Mod] lang/English/calendar.php (Typos)

StevenBullen wrote:

lol... at least the code works... smile

This is not meant to poke fun at Calendar Mod... as my understanding of PHP is not good enough for MOD writing. I thought I'd mention it, as it makes Calendar Mod even better! smile

Michael Garofalo
Webmaster - Photics.com

Re: [Calendar Mod] lang/English/calendar.php (Typos)

ill try to fix that in the new vesion

Re: [Calendar Mod] lang/English/calendar.php (Typos)

Wednesday at the "Big Calendar" page is spelled "Wednsday". Here's how I fixed it...

Line 886 (Calendar.php)

                <th><?echo $lang_calendar['Wednesday']?></th>

Line 24 Language File (Calendar.php)

'Wednesday' => 'Wednesday',
Michael Garofalo
Webmaster - Photics.com