From 636b4f9d2cda8cfc2279bde7297aa3ccb08505a3 Mon Sep 17 00:00:00 2001
From: Dan Poltawski
This token is automatically created the first time you access an area of Moodle that produces an RSS feed. If you feel that your RSS feed token has been compromised in some way you can request a new one by clicking the Reset link here. Please note that your present RSS feed URLs will then become invalid.'; $string['rsstype'] = 'RSS feed for this activity'; $string['saveandnext'] = 'Save and show next'; $string['savedat'] = 'Saved at:'; diff --git a/rss/renderer.php b/rss/renderer.php index 3cb4db5084428..862bec3a52dd7 100644 --- a/rss/renderer.php +++ b/rss/renderer.php @@ -60,7 +60,7 @@ public function user_rss_token_box($token) { $return = $OUTPUT->heading(get_string('rss'), 3, 'main', true); $return .= $OUTPUT->box_start('generalbox webservicestokenui'); - //$return .= get_string('keyshelp', 'webservice'); + $return .= get_string('rsskeyshelp'); $table = new html_table(); $table->head = array($strtoken, $stroperation); @@ -82,4 +82,4 @@ public function user_rss_token_box($token) { $return .= $OUTPUT->box_end(); return $return; } -} \ No newline at end of file +}