summaryrefslogtreecommitdiff
path: root/actions/showfavorites.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-05-01 17:03:51 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-05-01 17:03:51 +0000
commitc8fd3c57655fd409312b9b959c284448f5aa41ae (patch)
tree7e4f97afe270bd44debb5760b101602f3f3b8a56 /actions/showfavorites.php
parent10d42ce3920596ec6f36179e597dd3db257b8def (diff)
parentdeb07487bd0802fa6a89cfc8ddd56af93945eb4c (diff)
Merge branch '0.7.x' into 0.8.x
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);
}