]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
L10n tweaks.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 1 Apr 2011 20:35:23 +0000 (22:35 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 1 Apr 2011 20:35:23 +0000 (22:35 +0200)
plugins/TwitterBridge/twitterauthorization.php

index 1870c6a4774dcf29ca260c2b62242882469c0ee8..e45b677e17d42a53a6b92db9e606f1b3d50d5e9e 100644 (file)
@@ -123,7 +123,7 @@ class TwitterauthorizationAction extends Action
 
             if ($this->arg('create')) {
                 if (!$this->boolean('license')) {
-                    $this->showForm(_m('You can\'t register if you don\'t agree to the license.'),
+                    $this->showForm(_m('You cannot register if you do not agree to the license.'),
                                     $this->trimmed('newname'));
                     return;
                 }
@@ -178,7 +178,7 @@ class TwitterauthorizationAction extends Action
             );
             common_log(LOG_INFO, 'Twitter bridge - ' . $msg);
             $this->serverError(
-                _m('Couldn\'t link your Twitter account.')
+                _m('Could not link your Twitter account.')
             );
         }
 
@@ -389,7 +389,7 @@ class TwitterauthorizationAction extends Action
         $this->elementStart('li');
         $this->input('newname', _m('New nickname'),
                      ($this->username) ? $this->username : '',
-                     _m('1-64 lowercase letters or numbers, no punctuation or spaces'));
+                     _m('1-64 lowercase letters or numbers, no punctuation or spaces.'));
         $this->elementEnd('li');
         $this->elementStart('li');
         $this->input('email', _m('LABEL','Email'), $this->getEmail(),
@@ -678,6 +678,4 @@ class TwitterauthorizationAction extends Action
         }
         return true;
     }
-
 }
-