From 992c34675ab5910d8d93cd2a1a2ed28aaffe35d9 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Mon, 4 May 2015 23:54:42 -0400 Subject: Issue #1055150 by Devin Carlson, rootwork, yoroy, brianV, JimmyAx: Time zone description is confusing on user register form --- modules/system/system.module | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/system') diff --git a/modules/system/system.module b/modules/system/system.module index 6a6200ea1..8fc517fc1 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -2030,7 +2030,6 @@ function system_user_timezone(&$form, &$form_state) { '#description' => t('Select the desired local time and time zone. Dates and times throughout this site will be displayed using this time zone.'), ); if (!isset($account->timezone) && $account->uid == $user->uid && empty($form_state['input']['timezone'])) { - $form['timezone']['#description'] = t('Your time zone setting will be automatically detected if possible. Confirm the selection and click save.'); $form['timezone']['timezone']['#attributes'] = array('class' => array('timezone-detect')); drupal_add_js('misc/timezone.js'); } -- cgit v1.2.3