Localize cache-network-race field description

This commit is contained in:
Marco Castelluccio 2016-03-14 11:51:57 +00:00
Родитель 59239b611f
Коммит fa0fafa9da
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -192,7 +192,7 @@ class Offline_Shell_Admin {
<th scope="row"><label for="offline_shell_race_enabled"><?php _e('Enable cache-network race', 'service-worker-cache'); ?></label></th> <th scope="row"><label for="offline_shell_race_enabled"><?php _e('Enable cache-network race', 'service-worker-cache'); ?></label></th>
<td> <td>
<input type="checkbox" name="offline_shell_race_enabled" id="offline_shell_race_enabled" value="1" <?php if(intval(get_option('offline_shell_race_enabled'))) echo 'checked'; ?> /> <input type="checkbox" name="offline_shell_race_enabled" id="offline_shell_race_enabled" value="1" <?php if(intval(get_option('offline_shell_race_enabled'))) echo 'checked'; ?> />
<p class="description">Enable this option if you want the service worker to retrieve a response from the cache and the network at the same time, instead of only from the cache. This improves performance for users with fast connections, at the expense of an increased load on your server.</p> <p class="description"><?php _e('Enable this option if you want the service worker to retrieve a response from the cache and the network at the same time, instead of only from the cache. This improves performance for users with fast connections, at the expense of an increased load on your server.'); ?></p>
</td> </td>
</tr> </tr>
</table> </table>