]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OStatus/OStatusPlugin.php
Complete "people tag" to "list" in UI messages.
[quix0rs-gnu-social.git] / plugins / OStatus / OStatusPlugin.php
index fe1db3b81f2d5c470346470d36342fd411b815a3..e807fbc7ba570862dc9d0a8a4970650b8adc8603 100644 (file)
@@ -885,8 +885,8 @@ class OStatusPlugin extends Plugin
                 return true;
             } else {
                 $oprofile->garbageCollect();
-                // TRANS: Exception thrown when subscription of remote people tag fails.
-                throw new Exception(_m('Failed subscribing to remote people tag.'));
+                // TRANS: Exception thrown when subscription to remote list fails.
+                throw new Exception(_m('Failed subscribing to remote list.'));
             }
         }
     }
@@ -922,7 +922,7 @@ class OStatusPlugin extends Plugin
             $act->object = $oprofile->asActivityObject();
 
             $act->time = time();
-            $act->title = _m('Unfollow people tag');
+            $act->title = _m('Unfollow list');
             $act->content = sprintf(_m('%1$s stopped following the list %2$s by %3$s.'),
                                     $sub->getBestName(),
                                     $oprofile->getBestName(),