summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-04-10 01:48:16 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-04-10 01:48:16 +0200
commit518832da28456259bf9fc0030d26e1a090e30f67 (patch)
tree318244230374cc15cdb0da07e5a4ca29429160eb /lib
parentc15549ff5a787a8014e54a50aa0fdfc0055ffcde (diff)
Document messages for which clarification was requested.
Diffstat (limited to 'lib')
-rw-r--r--lib/atomgroupnoticefeed.php1
-rw-r--r--lib/atomusernoticefeed.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/atomgroupnoticefeed.php b/lib/atomgroupnoticefeed.php
index 08c1c707c..08c28a48b 100644
--- a/lib/atomgroupnoticefeed.php
+++ b/lib/atomgroupnoticefeed.php
@@ -63,6 +63,7 @@ class AtomGroupNoticeFeed extends AtomNoticeFeed
$sitename = common_config('site', 'name');
$subtitle = sprintf(
+ // TRANS: Message is used as a subtitle. %1$s is a user nickname, %2$s is a site name.
_('Updates from %1$s on %2$s!'),
$group->nickname,
$sitename
diff --git a/lib/atomusernoticefeed.php b/lib/atomusernoticefeed.php
index 428cc2de2..a534cbee6 100644
--- a/lib/atomusernoticefeed.php
+++ b/lib/atomusernoticefeed.php
@@ -69,6 +69,7 @@ class AtomUserNoticeFeed extends AtomNoticeFeed
$sitename = common_config('site', 'name');
$subtitle = sprintf(
+ // TRANS: Message is used as a subtitle. %1$s is a user nickname, %2$s is a site name.
_('Updates from %1$s on %2$s!'),
$user->nickname, $sitename
);