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