diff options
author | Matthias Uferer <ufo@rund.freifunk.net> | 2011-07-04 18:05:23 +0000 |
---|---|---|
committer | Matthias Uferer <ufo@rund.freifunk.net> | 2011-07-04 18:05:23 +0000 |
commit | f57f25fcb88a21bde5b899283731e924602718d5 (patch) | |
tree | c6e0c348475e9b15db7ba8c4dd446fba7c4e6d2f | |
parent | 6c9605c48bec0e5cffd506ce30db7bc37ec4c067 (diff) |
found a little bug and corrected - there was no translation for: It is
operated by
-rw-r--r-- | modules/freifunk/luasrc/view/freifunk/index.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/freifunk/luasrc/view/freifunk/index.htm b/modules/freifunk/luasrc/view/freifunk/index.htm index 4a9ab2efe..28900a7b9 100644 --- a/modules/freifunk/luasrc/view/freifunk/index.htm +++ b/modules/freifunk/luasrc/view/freifunk/index.htm @@ -40,7 +40,7 @@ if (ff.community.DefaultText or "") ~= "disabled" then ' '.. luci.sys.hostname().. '. '.. - translate("It is operated by ").. + translate("It is operated by").. '<a href="'.. luci.dispatcher.build_url("freifunk", "index", "contact").. '">'.. |