diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-11-03 14:56:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-03 14:56:47 +0200 |
commit | de911fdd96e1406b10109d1fb5b03ab7aeb8733f (patch) | |
tree | 2c1a840226d3c6f3d6d9320256681cde36085123 /applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua | |
parent | 87ec343637ed953b7972a5baeb3e2a108b5d6882 (diff) | |
parent | afd84b3cabfa9b797689685742289774bb1c98e8 (diff) |
Merge pull request #1425 from TDT-GmbH/pr/20171103-luci-app-mwan3-fix-spelling
luci-app-mwan3: fix i18n spelling
Diffstat (limited to 'applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua')
-rw-r--r-- | applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua b/applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua index 06a0fec668..feb62dc8a3 100644 --- a/applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua +++ b/applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua @@ -9,7 +9,7 @@ end function policyWarn() -- display status and warning messages at the top of the page if nameTooLong == 1 then - return "<font color=\"ff0000\"><strong>" .. translatef("WARNING: this policy's name is %d characters exceeding the maximum of 15!", policyNameLength) .. "</strong></font>" + return "<font color=\"ff0000\"><strong>" .. translatef("WARNING: This policy's name is %d characters exceeding the maximum of 15!", policyNameLength) .. "</strong></font>" else return "" end |