From 9b266d11c6b5082c733f101326160cef797f6edf Mon Sep 17 00:00:00 2001 From: Kevin Darbyshire-Bryant Date: Thu, 14 Nov 2019 10:53:56 +0000 Subject: luci-base: Improve change application message As a native English speaker the luci message displayed when clicking 'Save & Apply' has a somewhat uncomfortable English phrasing of "Waiting for configuration to get applied". It could be improved by replacing 'get' with 'be' but once you've got that far you might as well replace this with the shorter & simpler "Applying configuration changes". This is also technically more correct since luci/openwrt should only be updating/restarting processes that are related to the changed areas, not changing the entire configuration. As a result of that, change both the 'success' and 'rolled back' messages to "Configuration changes have been applied" & "Configuration changes have been rolled back" Signed-off-by: Kevin Darbyshire-Bryant --- modules/luci-base/po/zh-cn/base.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/luci-base/po/zh-cn') diff --git a/modules/luci-base/po/zh-cn/base.po b/modules/luci-base/po/zh-cn/base.po index 57cb96422c..1b4f4aaab6 100644 --- a/modules/luci-base/po/zh-cn/base.po +++ b/modules/luci-base/po/zh-cn/base.po @@ -1090,11 +1090,11 @@ msgid "Configuration failed" msgstr "配置失败" #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 -msgid "Configuration has been applied." +msgid "Configuration changes applied." msgstr "配置已应用。" #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504 -msgid "Configuration has been rolled back!" +msgid "Configuration changes have been rolled back!" msgstr "配置已回滚!" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170 @@ -5894,7 +5894,7 @@ msgid "Waiting for command to complete..." msgstr "等待命令执行完成…" #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 -msgid "Waiting for configuration to get applied… %ds" +msgid "Applying configuration changes… %ds" msgstr "正在等待配置被应用… %ds" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40 -- cgit v1.2.3