From a67e33054c89c554e634eedcc3b0ba2135628351 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 5 Jan 2008 22:34:54 +0000 Subject: - Patch #206434 by meba: added missing doc in string. --- modules/user/user.pages.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/user/user.pages.inc b/modules/user/user.pages.inc index 03bcd0c10..0887a760e 100644 --- a/modules/user/user.pages.inc +++ b/modules/user/user.pages.inc @@ -105,7 +105,7 @@ function user_pass_reset(&$form_state, $uid, $timestamp, $hashed_pass, $action = drupal_goto('user/'. $user->uid .'/edit'); } else { - $form['message'] = array('#value' => t('

This is a one-time login for %user_name and will expire on %expiration_date

Click on this button to login to the site and change your password.

', array('%user_name' => $account->name, '%expiration_date' => format_date($timestamp + $timeout)))); + $form['message'] = array('#value' => t('

This is a one-time login for %user_name and will expire on %expiration_date.

Click on this button to login to the site and change your password.

', array('%user_name' => $account->name, '%expiration_date' => format_date($timestamp + $timeout)))); $form['help'] = array('#value' => '

'. t('This login can be used only once.') .'

'); $form['submit'] = array('#type' => 'submit', '#value' => t('Log in')); $form['#action'] = url("user/reset/$uid/$timestamp/$hashed_pass/login"); -- cgit v1.2.3