all repos — wp-ffpc @ 6b10505d7ccdcf4ecfc2209189d72e4907af7f51

Merge branch 'master' of github.com:petermolnar/wp-ffpc
Peter Molnar hello@petermolnar.eu
Thu, 04 Apr 2013 11:16:15 +0100
commit

6b10505d7ccdcf4ecfc2209189d72e4907af7f51

parent

34eba29c786ccb4eb56b100ebe01682c458a0c20

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>