From: Siebrand Mazeland Date: Fri, 1 Apr 2011 20:35:23 +0000 (+0200) Subject: L10n tweaks. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bf75ae8f9bca3626d53e09b0d99d08d7700c47a4;p=quix0rs-gnu-social.git L10n tweaks. --- diff --git a/plugins/TwitterBridge/twitterauthorization.php b/plugins/TwitterBridge/twitterauthorization.php index 1870c6a477..e45b677e17 100644 --- a/plugins/TwitterBridge/twitterauthorization.php +++ b/plugins/TwitterBridge/twitterauthorization.php @@ -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; } - } -