]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge branch '1.0.x' into directory
authorZach Copley <zach@status.net>
Thu, 3 Mar 2011 04:22:59 +0000 (20:22 -0800)
committerZach Copley <zach@status.net>
Thu, 3 Mar 2011 04:22:59 +0000 (20:22 -0800)
* 1.0.x:
  Update translator documentation.

actions/tag.php

index 7c6f99d92bac58cb6ef98d8641c425f2169b5653..944cda1f4a16c3dceaa532b036266c952384b42a 100644 (file)
@@ -64,8 +64,12 @@ class TagAction extends Action
     function title()
     {
         if ($this->page == 1) {
+            // TRANS: Title for first page of notices with tags.
+            // TRANS: %s is the tag.
             return sprintf(_('Notices tagged with %s'), $this->tag);
         } else {
+            // TRANS: Title for all but the first page of notices with tags.
+            // TRANS: %1$s is the tag, %2$d is the page number.
             return sprintf(_('Notices tagged with %1$s, page %2$d'),
                            $this->tag,
                            $this->page);