MDL-21250 Fixed uppercase characters in blog strings
authorDavid Mudrak <david.mudrak@gmail.com>
Fri, 26 Nov 2010 11:13:58 +0000 (11:13 +0000)
committerDavid Mudrak <david.mudrak@gmail.com>
Fri, 26 Nov 2010 11:13:58 +0000 (11:13 +0000)
lang/en/blog.php

index 32525f8..c812e81 100755 (executable)
@@ -32,7 +32,7 @@ $string['associatewithcourse'] = 'Blog about course {$a->coursename}';
 $string['associatewithmodule'] = 'Blog about {$a->modtype}: {$a->modname}';
 $string['association'] = 'Association';
 $string['associations'] = 'Associations';
-$string['associationunviewable'] = 'This entry cannot be viewed by others until a course is associated with it or the \'Publish To\' field is changed';
+$string['associationunviewable'] = 'This entry cannot be viewed by others until a course is associated with it or the \'Publish to\' field is changed';
 $string['autotags'] = 'Add these tags';
 $string['autotags_help'] = 'Enter one or more local tags (separated by commas) that you want to automatically add to each blog entry copied from the external blog into your local blog.';
 $string['backupblogshelp'] = 'If enabled then blogs will be included in SITE automated backups';
@@ -54,7 +54,7 @@ $string['blogentriesbyuseraboutmodule'] = 'Blog entries about this {$a->mod} by
 $string['blogentrybyuser'] = 'Blog entry by {$a}';
 $string['blogpreferences'] = 'Blog preferences';
 $string['blogs'] = 'Blogs';
-$string['blogtags'] = 'Blog Tags';
+$string['blogtags'] = 'Blog tags';
 $string['cannotviewcourseblog'] = 'You do not have the required permissions to view blogs in this course';
 $string['cannotviewcourseorgroupblog'] = 'You do not have the required permissions to view blogs in this course/group';
 $string['cannotviewsiteblog'] = 'You do not have the required permissions to view all site blogs';