From bf75ae8f9bca3626d53e09b0d99d08d7700c47a4 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Fri, 1 Apr 2011 22:35:23 +0200 Subject: [PATCH] L10n tweaks. --- plugins/TwitterBridge/twitterauthorization.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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; } - } - -- 2.39.5