Remove tralling whitespace on lines and a gettext replacement that I missed.

darcs-hash:20080708095113-533db-ad63bbde67b6275fb7ae944cc9882adf6f3be517.gz
This commit is contained in:
Mike Cochrane 2008-07-08 05:51:13 -04:00
parent 87b494f1eb
commit 0f502b8d86
8 changed files with 74 additions and 74 deletions

View File

@ -62,7 +62,7 @@ class FinishopenidloginAction extends Action {
}
function show_form($error=NULL, $username=NULL) {
common_show_header(_t('OpenID Account Setup'), NULL, $error,
common_show_header(_('OpenID Account Setup'), NULL, $error,
array($this, 'show_top'));
common_element_start('form', array('method' => 'post',