summaryrefslogtreecommitdiff
path: root/actions/finishopenidlogin.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-18 01:53:49 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-18 01:53:49 -0400
commitcba4168d6280d3f7f9469e2ea7d4b1371537164b (patch)
tree258ff891ba64287040409c7da115ddebbb5d4f0d /actions/finishopenidlogin.php
parentf38256aef0f628b76852befa92c7de1d67bc6611 (diff)
fix prompt and debug input
darcs-hash:20080618055349-84dde-8ac49632d06a7b271d13912d46d26c7c1f1ec793.gz
Diffstat (limited to 'actions/finishopenidlogin.php')
-rw-r--r--actions/finishopenidlogin.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/finishopenidlogin.php b/actions/finishopenidlogin.php
index e3db23dc3..78044feb5 100644
--- a/actions/finishopenidlogin.php
+++ b/actions/finishopenidlogin.php
@@ -33,6 +33,7 @@ class FinishopenidloginAction extends Action {
} else if ($this->boolean('connect')) {
$this->connect_user();
} else {
+ common_debug(print_r($this->args, true), __FILE__);
$this->show_form(_t('Something weird happened.'),
$this->trimmed('newname'));
}
@@ -66,7 +67,7 @@ class FinishopenidloginAction extends Action {
_t('1-64 lowercase letters or numbers, no punctuation or spaces'));
common_submit('create', _t('Create'));
common_element('h2', NULL,
- 'Create new account');
+ 'Connect existing account');
common_element('p', NULL,
_t('If you already have an account, login with your username and password '.
'to connect it to your OpenID.'));