Details
Description
I was doing a demo with a client and they mentioned that the casing for some of the language strings was inconsistent. The standard in Moodle is that we use initial first cap and the rest of the string is lower case; however, a couple of strings that stood out were:
$string['dayview'] = 'Day View';
$string['detailedmonthview'] = 'Detailed Month View';
$string['eventview'] = 'Event Details';
$string['monthlyview'] = 'Monthly View';
$string['newevent'] = 'New Event';
$string['upcomingevents'] = 'Upcoming Events';
Any objection to changing these to Day view, Detailed month view, Event details, Monthly view, New event, and Upcoming events?
Thanks - Anthony
Attachments
Issue Links
- will be (partly) resolved by
-
MDL-21250 Get rid of capitalized words in titles - use "This style" instead of "This Style"
-
- Closed
-