summaryrefslogtreecommitdiff
path: root/actions/showfavorites.php
diff options
context:
space:
mode:
authorOri Avtalion <ori@avtalion.name>2009-05-01 07:11:28 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-05-01 07:11:28 -0400
commit9cac6413a342445a998773458b215d129c2be2d1 (patch)
tree30fb50068b77b013ff2d5b0f33bcd433a715579b /actions/showfavorites.php
parent8a142b272c87678268106df48497b90664be323a (diff)
Add s to user favorite notices
Diffstat (limited to 'actions/showfavorites.php')
-rw-r--r--actions/showfavorites.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/showfavorites.php b/actions/showfavorites.php
index 6e011d5ca..eed62a2ab 100644
--- a/actions/showfavorites.php
+++ b/actions/showfavorites.php
@@ -74,9 +74,9 @@ class ShowfavoritesAction extends Action
function title()
{
if ($this->page == 1) {
- return sprintf(_("%s favorite notices"), $this->user->nickname);
+ return sprintf(_("%s's favorite notices"), $this->user->nickname);
} else {
- return sprintf(_("%s favorite notices, page %d"),
+ return sprintf(_("%s's favorite notices, page %d"),
$this->user->nickname,
$this->page);
}