From d0c675f774383dbeda561a5c5bfcb63e20e9d36b Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Mon, 11 Oct 2010 08:39:19 +0000 Subject: [PATCH] rating MDLSITE-1045 changed /rating/index.php page title to be more friendly --- rating/index.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rating/index.php b/rating/index.php index 774509fe966aa..41d085ecb69fb 100644 --- a/rating/index.php +++ b/rating/index.php @@ -62,13 +62,11 @@ $scalemenu = make_grades_menu($scaleid); -$strratings = get_string('ratings', 'rating'); $strrating = get_string('rating', 'rating'); $strname = get_string('name'); $strtime = get_string('time'); -//Is there something more meaningful we can put in the title? It used to be forum post title -$PAGE->set_title("$strratings: ".format_string($itemid)); +$PAGE->set_title(get_string('allratingsforitem','rating')); echo $OUTPUT->header(); $ratingoptions = new stdclass();