Make WordPress Core

Ticket #12580: 12580.diff

File 12580.diff, 858 bytes (added by neoxx, 15 years ago)
  • options-general.php

     
    150150        <span id="local-time"><?php printf(__('UTC %1$s is <code>%2$s</code>'), $current_offset_name, date_i18n($time_format)); ?></span>
    151151<?php endif; ?>
    152152<br />
    153 <span class="description"><?php _e('Unfortunately, you have to manually update this for daylight saving time. Lame, we know, but will be fixed in the future.'); ?></span>
     153<span class="description"><?php _e('Unfortunately, you have to manually update this for daylight saving time. It looks like the php timezones library is not installed or enabled on your server. Please contact your web host for more information!'); ?></span>
    154154</td>
    155155<?php
    156156else: // looks like we can do nice timezone selection!