From 3dcdf2ef038b2d22d95e275283ab25fae916fc9d Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 5 Jun 2011 11:12:34 +0200 Subject: [PATCH] Update translator documentation. --- lib/noticelistitem.php | 2 +- plugins/Awesomeness/AwesomenessPlugin.php | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/noticelistitem.php b/lib/noticelistitem.php index b56cd28092..1cc1bc552d 100644 --- a/lib/noticelistitem.php +++ b/lib/noticelistitem.php @@ -242,7 +242,7 @@ class NoticeListItem extends Widget // TRANS: Separator in profile addressees list. $this->out->text(_m('SEPARATOR',', ')); } else { - // TRANS: Start of profile addressees list. + // Start of profile addressees list. $first = false; } $text = $addr['text']; diff --git a/plugins/Awesomeness/AwesomenessPlugin.php b/plugins/Awesomeness/AwesomenessPlugin.php index edcbe6660f..55a596b569 100644 --- a/plugins/Awesomeness/AwesomenessPlugin.php +++ b/plugins/Awesomeness/AwesomenessPlugin.php @@ -52,8 +52,7 @@ class AwesomenessPlugin extends Plugin 'author' => 'Jeroen De Dauw', 'homepage' => 'http://status.net/wiki/Plugin:Awesomeness', // TRANS: Plugin description for a sample plugin. - 'rawdescription' => _m( - 'The Awesomeness plugin adds additional awesomeness ' . + 'rawdescription' => _m('The Awesomeness plugin adds additional awesomeness ' . 'to a StatusNet installation.' ) );