]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
tag -> list
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 15 Aug 2011 14:03:24 +0000 (16:03 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 15 Aug 2011 14:03:24 +0000 (16:03 +0200)
actions/peopletagsbyuser.php
actions/peopletagsforuser.php

index 0d9bd50faa28533902d3d9f7c145fb25a540f588..dc3e50b9f2075b9f193a6878c45a51bc0cfd10d2 100644 (file)
@@ -213,7 +213,7 @@ class PeopletagsbyuserAction extends Action
                     '(http://en.wikipedia.org/wiki/Micro-blogging) service ' .
                     'based on the Free Software [StatusNet](http://status.net/) tool. ' .
                     'You can easily keep track of what they ' .
-                    'are doing by subscribing to the tag\'s timeline.' ), $this->tagger->nickname);
+                    'are doing by subscribing to the list\'s timeline.' ), $this->tagger->nickname);
         $this->elementStart('div', array('id' => 'anon_notice'));
         $this->raw(common_markup_to_html($notice));
         $this->elementEnd('div');
index cc281339400d1f2e033b97ea18055b7f4208e977..321dbe19a1c66cda342e0ea4401848721f860bae 100644 (file)
@@ -111,7 +111,7 @@ class PeopletagsforuserAction extends Action
                     '(http://en.wikipedia.org/wiki/Micro-blogging) service ' .
                     'based on the Free Software [StatusNet](http://status.net/) tool. ' .
                     'You can easily keep track of what they ' .
-                    'are doing by subscribing to the tag\'s timeline.' ), $this->tagged->nickname);
+                    'are doing by subscribing to the list\'s timeline.' ), $this->tagged->nickname);
         $this->elementStart('div', array('id' => 'anon_notice'));
         $this->raw(common_markup_to_html($notice));
         $this->elementEnd('div');