summaryrefslogtreecommitdiffstats
path: root/ratings.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-28 07:00:32 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-28 07:00:32 +0000
commitc603a3c5c098393e8aaa72e293daec5a431ee0c9 (patch)
treed9841a0585e5a5c9004d0bbfa8db9e7480c23b54 /ratings.php
parent0bacebf1eb56430e0c0013be1604045ca25246ef (diff)
downloadampache-c603a3c5c098393e8aaa72e293daec5a431ee0c9.tar.gz
ampache-c603a3c5c098393e8aaa72e293daec5a431ee0c9.tar.bz2
ampache-c603a3c5c098393e8aaa72e293daec5a431ee0c9.zip
fixed a minor flaging glitch
Diffstat (limited to 'ratings.php')
-rw-r--r--ratings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ratings.php b/ratings.php
index 09154fe2..5253b1dd 100644
--- a/ratings.php
+++ b/ratings.php
@@ -30,7 +30,7 @@ switch ($action) {
case 'set_rating':
$rating = new Rating($_REQUEST['object_id'],$_REQUEST['rating_type']);
$rating->set_rating($_REQUEST['rating']);
- show_confirmation(_("Rating Updated"),_("Your rating for this object has been updated"),return_referer());
+ show_confirmation(_('Rating Updated'),_('Your rating for this object has been updated'),return_referer());
break;
default: