all repos — wp-ffpc @ 9e488772a34fdbb95127eeea0a4b087d59385cf1

modified labels in admin section
Harold Kyle harold@boxcarpress.com
Mon, 01 Apr 2013 01:05:26 -0400
commit

9e488772a34fdbb95127eeea0a4b087d59385cf1

parent

b324631392935524cc9133833e49d390e3631e6c

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M wp-ffpc-class.phpwp-ffpc-class.php

@@ -365,7 +365,7 @@ <label for="expire"><?php _e('Expiration time (ms)', $this->plugin_constant); ?></label>

</dt> <dd> <input type="number" name="expire" id="expire" value="<?php echo $this->options['expire']; ?>" /> - <span class="description"><?php _e('Sets validity time of entry in milliseconds', $this->plugin_constant); ?></span> + <span class="description"><?php _e('Sets validity time of entry in seconds', $this->plugin_constant); ?></span> </dd> <dt>

@@ -391,7 +391,7 @@ <label for="prefix_data"><?php _e('Data prefix', $this->plugin_constant); ?></label>

</dt> <dd> <input type="text" name="prefix_data" id="prefix_data" value="<?php echo $this->options['prefix_data']; ?>" /> - <span class="description"><?php _e('Prefix for HTML content keys, can be used in nginx.', $this->plugin_constant); ?></span> + <span class="description"><?php _e('Prefix for HTML content keys, can be used in nginx. If you are caching with nginx, you should update your nginx configuration and restart nginx after changing this value.', $this->plugin_constant); ?></span> </dd> <dt>