From a22e26ac39205678ac1b8ece85740411e429410b Mon Sep 17 00:00:00 2001 From: coolsnowwolf <31687149+coolsnowwolf@users.noreply.github.com> Date: Thu, 5 Mar 2020 11:08:29 +0800 Subject: [PATCH] luci-app-ssr-plus: fix spelling mistakes (#3565) * Update PKG_RELEASE caicaicai21 fixed the bug but didn't update the release * pr template: add details * Revert "Update PKG_RELEASE" This reverts commit bb27ba7df04ca004a0a1e043c94d7bc310ce7356. * Revert "pr template: add details" This reverts commit ffdcb09a324a35625c58989e9bca0d91af54bd06. * luci-app-ssr-plus: fix spelling mistakes DNSMAQ -> DNSMASQ --- .../luasrc/model/cbi/shadowsocksr/advanced.lua | 2 +- package/lean/luci-app-ssr-plus/po/zh-cn/ssr-plus.po | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/lean/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/advanced.lua b/package/lean/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/advanced.lua index 5540f1d3e..3222f4b09 100644 --- a/package/lean/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/advanced.lua +++ b/package/lean/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/advanced.lua @@ -40,7 +40,7 @@ o.rmempty = false o = s:option(Value, "adblock_url", translate("adblock_url")) o.default = "https://gitee.com/privacy-protection-tools/anti-ad/raw/master/anti-ad-for-dnsmasq.conf" o:depends("adblock", "1") -o.description = translate("Support AdGuardHome and DNSMAQ format list") +o.description = translate("Support AdGuardHome and DNSMASQ format list") -- [[ SOCKS Proxy ]]-- if nixio.fs.access("/usr/bin/microsocks") then diff --git a/package/lean/luci-app-ssr-plus/po/zh-cn/ssr-plus.po b/package/lean/luci-app-ssr-plus/po/zh-cn/ssr-plus.po index af7a3135d..737049efa 100644 --- a/package/lean/luci-app-ssr-plus/po/zh-cn/ssr-plus.po +++ b/package/lean/luci-app-ssr-plus/po/zh-cn/ssr-plus.po @@ -496,8 +496,8 @@ msgstr "广告屏蔽设置" msgid "Server failsafe auto swith and custom update settings" msgstr "服务器节点故障自动切换/广告屏蔽/国内IP段数据库更新设置" -msgid "Support AdGuardHome and DNSMAQ format list" -msgstr "同时支持 AdGuard Home 和 DNSMAQ 格式的过滤列表" +msgid "Support AdGuardHome and DNSMASQ format list" +msgstr "同时支持 AdGuard Home 和 DNSMASQ 格式的过滤列表" msgid "Enable Custom Chnroute" msgstr "自定义国内IP段数据库更新"