diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-03-17 15:26:29 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-03-17 15:26:29 +0000 |
commit | 0184860b5811d023b513c35bff87028590ddd7e4 (patch) | |
tree | 9b6cfa2ad0b201e4617b41b47f26626898d15177 /modules/system/system.install | |
parent | 76b8ab58c75c90875d532b3a7ce017c15bd6e9fc (diff) | |
download | brdo-0184860b5811d023b513c35bff87028590ddd7e4.tar.gz brdo-0184860b5811d023b513c35bff87028590ddd7e4.tar.bz2 |
- Patch #333156 by stella: add ability to configure the default country.
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index faef5d4ad..c1c625298 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -3116,7 +3116,7 @@ function system_update_7013() { $timezone = 'UTC'; } variable_set('date_default_timezone', $timezone); - drupal_set_message('The default time zone has been set to <em>' . check_plain($timezone) . '</em>. Please check the ' . l('date and time configuration page', 'admin/settings/date-time') . ' to configure it correctly.', 'warning'); + drupal_set_message('The default time zone has been set to <em>' . check_plain($timezone) . '</em>. Please check the ' . l('date and time configuration page', 'admin/settings/regional-settings') . ' to configure it correctly.', 'warning'); return $ret; } |