diff options
author | Stan Grishin <stangri@melmac.ca> | 2023-07-28 23:26:59 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2023-07-28 23:30:24 +0000 |
commit | 8001cc5f2fce4b54fccca46157d42cbfca9f5894 (patch) | |
tree | 6bf2c4f1478c073474dd52e1bfa50ee18e5fb365 /applications/luci-app-simple-adblock/po/templates | |
parent | 68a671d2dabde5a776d377fd3fd1abf1c3ab30e3 (diff) |
luci-app-simple-adblock: bugfix: unsupported DNS options display
* bugfix: move the break tag in front of the unsupported DNS options to pretty up
the output
* use pkg.Name in RPCD calls
* slightly change the version display in WebUI to make it consistent with other
packages
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'applications/luci-app-simple-adblock/po/templates')
-rw-r--r-- | applications/luci-app-simple-adblock/po/templates/simple-adblock.pot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-simple-adblock/po/templates/simple-adblock.pot b/applications/luci-app-simple-adblock/po/templates/simple-adblock.pot index f332edb767..0c8d214ade 100644 --- a/applications/luci-app-simple-adblock/po/templates/simple-adblock.pot +++ b/applications/luci-app-simple-adblock/po/templates/simple-adblock.pot @@ -391,7 +391,7 @@ msgid "Verbose output" msgstr "" #: applications/luci-app-simple-adblock/htdocs/luci-static/resources/simple-adblock/status.js:106 -msgid "Version: %s" +msgid "Version %s" msgstr "" #: applications/luci-app-simple-adblock/htdocs/luci-static/resources/simple-adblock/status.js:98 |