From b68af0358e8d32ca2448097f70e973968fa3bc68 Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Fri, 26 Nov 2010 11:13:58 +0000 Subject: [PATCH] MDL-21250 Fixed uppercase characters in blog strings --- lang/en/blog.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en/blog.php b/lang/en/blog.php index 32525f8b5fd..c812e81d20a 100755 --- a/lang/en/blog.php +++ b/lang/en/blog.php @@ -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';