From: Siebrand Mazeland Date: Mon, 15 Aug 2011 14:03:24 +0000 (+0200) Subject: tag -> list X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5115aa3e4c7bf39fc9c683cb55042827a5cc1783;p=quix0rs-gnu-social.git tag -> list --- diff --git a/actions/peopletagsbyuser.php b/actions/peopletagsbyuser.php index 0d9bd50faa..dc3e50b9f2 100644 --- a/actions/peopletagsbyuser.php +++ b/actions/peopletagsbyuser.php @@ -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'); diff --git a/actions/peopletagsforuser.php b/actions/peopletagsforuser.php index cc28133940..321dbe19a1 100644 --- a/actions/peopletagsforuser.php +++ b/actions/peopletagsforuser.php @@ -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');