]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
OStatus remote address example now more generic
authorMikael Nordfeldth <mmn@hethane.se>
Wed, 30 Oct 2013 14:04:54 +0000 (15:04 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Wed, 30 Oct 2013 14:04:54 +0000 (15:04 +0100)
plugins/OStatus/actions/ostatusinit.php
plugins/OStatus/actions/ostatustag.php

index e2d9c74bf2162f480a2be2b37b8ebe87a64770c7..4edaafaa4eb97f3003d25febd17746fa0fb074a3 100644 (file)
@@ -143,7 +143,7 @@ class OStatusInitAction extends Action
         // TRANS: Field label.
         $this->input('profile', _m('Profile Account'), $this->profile,
                       // TRANS: Tooltip for field label "Profile Account".
-                     _m('Your account ID (e.g. user@identi.ca).'));
+                     _m('Your account ID (e.g. user@example.com).'));
         $this->elementEnd('li');
         $this->elementEnd('ul');
         $this->submit('submit', $submit);
index e81c97b5ab809237235c5c087ce678d8b3ce08da..15392855cbd9ff461dddc093d29aa891cc34678a 100644 (file)
@@ -74,7 +74,7 @@ class OStatusTagAction extends OStatusInitAction
         // TRANS: Field label.
         $this->input('profile', _m('Profile Account'), $this->profile,
                      // TRANS: Field title.
-                     _m('Your account id (for example user@identi.ca).'));
+                     _m('Your account id (for example user@example.com).'));
         $this->elementEnd('li');
         $this->elementEnd('ul');
         $this->submit('submit', $submit);