]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OStatus/actions/ostatusinit.php
Merge remote-tracking branch 'statusnet/master'
[quix0rs-gnu-social.git] / plugins / OStatus / actions / ostatusinit.php
index 78c559e5799146dc0f26ca040a603f9365da469c..1c862aa9974351f3269f368ca4e08ee2bed7dbcd 100644 (file)
@@ -105,7 +105,7 @@ class OStatusInitAction extends Action
             // TRANS: Button text to join a group.
             $submit = _m('BUTTON','Join');
         } else if ($this->peopletag && $this->tagger) {
-            // TRANS: Form legend. %1$s is a list, %2$s is a tagger's name.
+            // TRANS: Form legend. %1$s is a list, %2$s is a lister's name.
             $header = sprintf(_m('Subscribe to list %1$s by %2$s'), $this->peopletag, $this->tagger);
             // TRANS: Button text to subscribe to a list.
             $submit = _m('BUTTON','Subscribe');