diff --git a/blog/edit.html b/blog/edit.html index 09f2c347903..900a9a5f99c 100755 --- a/blog/edit.html +++ b/blog/edit.html @@ -96,7 +96,7 @@ wwwroot."//blog/tags.php",'popup',get_string('tagmanagement','blog')); + link_to_popup_window($CFG->wwwroot."/blog/tags.php",'popup',get_string('tagmanagement')); ?> diff --git a/blog/header.php b/blog/header.php index 6afb2492d40..72b4d655fe6 100755 --- a/blog/header.php +++ b/blog/header.php @@ -80,7 +80,7 @@ if (!isset($filtertype)) { /// group blogs - sitefullname -> course fullname ->group ->(?tag) /// user blogs - sitefullname -> (?coursefullname) -> participants -> blogs -> (?tag) $blogstring = get_string('blogs','blog'); -$tagstring = get_string('tag','blog'); +$tagstring = get_string('tag'); switch ($filtertype) { case 'site': diff --git a/blog/preferences.php b/blog/preferences.php index 72012a6305c..e7613137b7a 100755 --- a/blog/preferences.php +++ b/blog/preferences.php @@ -39,7 +39,7 @@ $site = get_site(); $pageMeta = '' . "\n"; - $strpreferences = get_string('preferences','blog'); + $strpreferences = get_string('preferences'); $navigation = ''. $bloginfo->get_blog_title() . ' -> '. $strpreferences; diff --git a/blog/tags.html b/blog/tags.html index 78ae29c8f9c..611758c1154 100755 --- a/blog/tags.html +++ b/blog/tags.html @@ -1,5 +1,5 @@ diff --git a/lang/en_utf8/blog.php b/lang/en_utf8/blog.php index dc1e0ce0a85..cc9e686e562 100755 --- a/lang/en_utf8/blog.php +++ b/lang/en_utf8/blog.php @@ -1,33 +1,29 @@ - diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index ca675385262..e4f61e9cc8e 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -998,6 +998,7 @@ $string['potentialadmins'] = 'Potential admins'; $string['potentialcreators'] = 'Potential course creators'; $string['potentialstudents'] = 'Potential students'; $string['potentialteachers'] = 'Potential teachers'; +$string['preferences'] = 'Preferences'; $string['preferredlanguage'] = 'Preferred language'; $string['preferredtheme'] = 'Preferred theme'; $string['preview'] = 'Preview'; @@ -1222,6 +1223,9 @@ $string['success'] = 'Success'; $string['summary'] = 'Summary'; $string['summaryof'] = 'Summary of $a'; $string['supplyinfo'] = 'Please supply some information about yourself'; +$string['tag'] = 'Tag'; +$string['tagmanagement'] = 'Tags management'; +$string['tags'] = 'Tags'; $string['teacheronly'] = 'for the $a only'; $string['teacherroles'] = '$a roles'; $string['teachers'] = 'Teachers';