浏览代码

Changed the "don't refresh" option from "None" to "Never" to ease translation.

phutnick 24 年之前
父节点
当前提交
3cee3bed50
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/options_display.php

+ 1 - 1
src/options_display.php

@@ -197,7 +197,7 @@
       $left_refresh = 'None';
    if ($left_refresh > 600)
       $left_refresh = 600;
-   RefreshOption($left_refresh, '', 'None', _("None"));
+   RefreshOption($left_refresh, '', 'Never', _("Never"));
    RefreshOption($left_refresh, 30);
    RefreshOption($left_refresh, 60);
    RefreshOption($left_refresh, 120);