]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
'Home' to 'Home timeline'
authorEvan Prodromou <evan@status.net>
Wed, 4 May 2011 17:49:46 +0000 (10:49 -0700)
committerEvan Prodromou <evan@status.net>
Wed, 4 May 2011 17:49:46 +0000 (10:49 -0700)
actions/all.php

index 388f24daad19c91b01d12252672adbbb97db1f8a..8ee3ec3fa697dcb42890b38e285846f9d5f66d68 100644 (file)
@@ -86,10 +86,10 @@ class AllAction extends ProfileAction
     {
         $user = common_current_user();
         if ($user->id == $this->user->id) {
-            return _('Home');
+            return _('Home timeline');
         } else {
             $profile = $this->user->getProfile();
-            return sprintf(_("%s's Home"), $profile->getBestName());
+            return sprintf(_("%s's home timeline"), $profile->getBestName());
         }
     }