]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Update translator documentation.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 5 Jun 2011 09:12:34 +0000 (11:12 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 5 Jun 2011 09:12:34 +0000 (11:12 +0200)
lib/noticelistitem.php
plugins/Awesomeness/AwesomenessPlugin.php

index b56cd28092a36eb23771d30466dfb7607b2498fc..1cc1bc552d11ba773fe5109f1f982d4df4511d4f 100644 (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'];
index edcbe6660f6c84d2a685299be93f1b7ca390ac08..55a596b5694e7f9bd2fb1e11b739e6fdc13bd2cd 100644 (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.'
             )
         );