Update translator documentation.

This commit is contained in:
Siebrand Mazeland 2011-06-05 11:12:34 +02:00
parent 9758134d1a
commit 3dcdf2ef03
2 changed files with 2 additions and 3 deletions

View File

@ -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'];

View File

@ -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.'
)
);