summaryrefslogtreecommitdiff
path: root/lib/command.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-09-15 23:31:20 -0400
committerEvan Prodromou <evan@status.net>2010-09-15 23:31:20 -0400
commit670ad53215eaaa40a55a1977b373a62940c50a42 (patch)
tree5030420047361499de6d434d5a9315de4662e212 /lib/command.php
parent1ceb93cce483794582f1a928de27592acb4f89cf (diff)
parentdffec9f223c1e45832d274c34f7bd6624cbf87ea (diff)
Merge branch '0.9.x' into activityexport
Diffstat (limited to 'lib/command.php')
-rw-r--r--lib/command.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/command.php b/lib/command.php
index 2b61a0c80..4887cac45 100644
--- a/lib/command.php
+++ b/lib/command.php
@@ -831,7 +831,7 @@ class SubscriptionsCommand extends Command
$out=_('You are not subscribed to anyone.');
}else{
// TRANS: Text shown after requesting other users a user is subscribed to.
- // TRANS: This message support plural forms. This message is followed by a
+ // TRANS: This message supports plural forms. This message is followed by a
// TRANS: hard coded space and a comma separated list of subscribed users.
$out = ngettext('You are subscribed to this person:',
'You are subscribed to these people:',
@@ -858,7 +858,7 @@ class SubscribersCommand extends Command
$out=_('No one is subscribed to you.');
}else{
// TRANS: Text shown after requesting other users that are subscribed to a user (followers).
- // TRANS: This message support plural forms. This message is followed by a
+ // TRANS: This message supports plural forms. This message is followed by a
// TRANS: hard coded space and a comma separated list of subscribing users.
$out = ngettext('This person is subscribed to you:',
'These people are subscribed to you:',
@@ -885,7 +885,7 @@ class GroupsCommand extends Command
$out=_('You are not a member of any groups.');
}else{
// TRANS: Text shown after requesting groups a user is subscribed to.
- // TRANS: This message support plural forms. This message is followed by a
+ // TRANS: This message supports plural forms. This message is followed by a
// TRANS: hard coded space and a comma separated list of subscribed groups.
$out = ngettext('You are a member of this group:',
'You are a member of these groups:',
@@ -900,8 +900,8 @@ class HelpCommand extends Command
{
function handle($channel)
{
- // TRANS: Help text for commands.
$channel->output($this->user,
+ // TRANS: Help text for commands.
_("Commands:\n".
"on - turn on notifications\n".
"off - turn off notifications\n".