mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
using localized string instead of hard coded english for print header functioncall
This commit is contained in:
parent
bc6c7c26b6
commit
221a85301e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user