]> git.mjollnir.org Git - moodle.git/commitdiff
using localized string instead of hard coded english for print header functioncall
authordhawes <dhawes>
Mon, 17 Jan 2005 23:22:16 +0000 (23:22 +0000)
committerdhawes <dhawes>
Mon, 17 Jan 2005 23:22:16 +0000 (23:22 +0000)
blocks/rss_client/block_rss_client_action.php

index 1b6aae08c8be19a496890309a20f63ecf6a7f231..78e3d3a03e79dce50b28e60f8127305cda0367ef 100644 (file)
@@ -23,7 +23,9 @@
     optional_variable($rsstype);
     optional_variable($item);
     
-    print_header('Add/Edit RSS Feeds','Add/Edit RSS Feeds','Add/Edit RSS Feeds' );
+    print_header(get_string('block_rss_feeds_add_edit', 'block_rss_client'), 
+                 get_string('block_rss_feeds_add_edit', 'block_rss_client'), 
+                 get_string('block_rss_feeds_add_edit', 'block_rss_client') );
 
     //check to make sure that the user is allowed to post new feeds
     $submitters = $CFG->block_rss_client_submitters;