Skip to content

Commit c3cd480

Browse files
committed
调整
1 parent a9746c7 commit c3cd480

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xechat-plugin/src/main/java/cn/xeblog/plugin/tools/read/page/SettingPage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ private void initConfigTableData() {
6666
model.addColumn("名称", new String[]{
6767
"Legado Host", "困难模式单行字数",
6868
"上一页热键", "下一页热键", "老板键", "恢复键",
69-
"自动翻译速度(秒)", "自动翻译开始", "自动翻页停止"
69+
"自动翻页速度(秒)", "自动翻页开始", "自动翻页停止"
7070
});
7171
String[] values = new String[2];
7272
values[0] = DataCache.readConfig.getLegadoHost();

0 commit comments

Comments
 (0)