diff options
author | Gregory L. Dietsche <gregory.dietsche@cuw.edu> | 2018-08-07 09:20:28 -0500 |
---|---|---|
committer | Gregory L. Dietsche <gregory.dietsche@cuw.edu> | 2018-08-07 09:20:28 -0500 |
commit | abfe45ff61e7796c67d0078fd5e4acd186d33033 (patch) | |
tree | 27a7d109e8d883815a516090b815f60123b21a86 /modules/luci-base/po/no | |
parent | c51f0d97141afbd1258c1163596af09e59136788 (diff) |
Correct grammar in apply_widget.htm
This patch corrects "to get" to "to be" in apply_widget.htm
This shell command was used to find and make the change in
all impacted files:
find . -type f -exec sed -i 's/Waiting for configuration to get applied/Waiting for configuration to be applied/g' {} +
Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
Diffstat (limited to 'modules/luci-base/po/no')
-rw-r--r-- | modules/luci-base/po/no/base.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/po/no/base.po b/modules/luci-base/po/no/base.po index d5c65659e..3e6dbea72 100644 --- a/modules/luci-base/po/no/base.po +++ b/modules/luci-base/po/no/base.po @@ -3775,7 +3775,7 @@ msgstr "Venter på at endringer utføres..." msgid "Waiting for command to complete..." msgstr "Venter på at kommando fullføres..." -msgid "Waiting for configuration to get applied… %ds" +msgid "Waiting for configuration to be applied… %ds" msgstr "" msgid "Waiting for device..." |