From 834c21b2aaf78da1081416d05098286e9bf17c2a Mon Sep 17 00:00:00 2001 From: Mike Cochrane Date: Sun, 13 Jul 2008 00:46:08 -0400 Subject: Merge some gettext strings to one line so translation tools are happier darcs-hash:20080713044608-533db-ee16aecee9b6d82b22ce6a25f6a9573c23eee9f8.gz --- actions/finishopenidlogin.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'actions/finishopenidlogin.php') diff --git a/actions/finishopenidlogin.php b/actions/finishopenidlogin.php index 36af83840..2f0020ced 100644 --- a/actions/finishopenidlogin.php +++ b/actions/finishopenidlogin.php @@ -53,11 +53,7 @@ class FinishopenidloginAction extends Action { } else { global $config; common_element('div', 'instructions', - sprintf(_('This is the first time you\'ve logged into %s' . - ' so we must connect your OpenID to a local account. ' . - ' You can either create a new account, or connect with ' . - ' your existing account, if you have one.' - ), $config['site']['name'])); + sprintf(_('This is the first time you\'ve logged into %s so we must connect your OpenID to a local account. You can either create a new account, or connect with your existing account, if you have one.'), $config['site']['name'])); } } @@ -89,8 +85,7 @@ class FinishopenidloginAction extends Action { common_element('h2', NULL, _('Connect existing account')); common_element('p', NULL, - _('If you already have an account, login with your username and password '. - 'to connect it to your OpenID.')); + _('If you already have an account, login with your username and password to connect it to your OpenID.')); common_input('nickname', _('Existing nickname')); common_password('password', _('Password')); common_submit('connect', _('Connect')); -- cgit v1.2.3-54-g00ecf