luci-app-adblock: Fix duplicated text
[project/luci.git] / applications / luci-app-adblock / luasrc / model / cbi / adblock / blacklist_tab.lua
index 722b23f..59cd1e8 100644 (file)
@@ -8,7 +8,7 @@ local adbinput = uci.get("adblock", "blacklist", "adb_src" or "/etc/adblock/adbl
 
 if not nixio.fs.access(adbinput) then
        m = SimpleForm("error", nil,
-               translate("Input file not found. Please check your configuration."))
+               translate("Input file not found, please check your configuration."))
        m.reset = false
        m.submit = false
        return m