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-tw/base.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/luci-base/po/zh-tw') diff --git a/modules/luci-base/po/zh-tw/base.po b/modules/luci-base/po/zh-tw/base.po index ab6b74fa8..53efaef0e 100644 --- a/modules/luci-base/po/zh-tw/base.po +++ b/modules/luci-base/po/zh-tw/base.po @@ -1080,11 +1080,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 @@ -5841,7 +5841,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 "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40 -- cgit v1.2.3