diff options
author | Manuel Munz <freifunk@somakoma.de> | 2010-11-26 13:43:20 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2010-11-26 13:43:20 +0000 |
commit | 4451d551a460c7d36828dc26bdf62360a4496e5a (patch) | |
tree | dbff63a8d1a156d3b52659aa73deaf9b85be830f | |
parent | f71776c1cda35263e70659c5ea54a8d5822dba97 (diff) |
modules/freifunk: fix typo
-rw-r--r-- | modules/freifunk/luasrc/view/freifunk/public_status.htm | 2 | ||||
-rw-r--r-- | po/de/freifunk.po | 2 | ||||
-rw-r--r-- | po/templates/freifunk.pot | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/freifunk/luasrc/view/freifunk/public_status.htm b/modules/freifunk/luasrc/view/freifunk/public_status.htm index efeb40566..2660fbf52 100644 --- a/modules/freifunk/luasrc/view/freifunk/public_status.htm +++ b/modules/freifunk/luasrc/view/freifunk/public_status.htm @@ -133,7 +133,7 @@ local defroutev6 = sys.net.defaultroute6 () <table class="cbi-section-table"> <% if not defroutev4 and not defroutev6 then %> - <%:No defaultroutes known.%> + <%:No default routes known.%> <%else%> <tr class="cbi-section-table-titles"> <th class="cbi-section-table-cell"><%:Network%></th> diff --git a/po/de/freifunk.po b/po/de/freifunk.po index 5cb6a3d8e..e89769da3 100644 --- a/po/de/freifunk.po +++ b/po/de/freifunk.po @@ -356,5 +356,5 @@ msgid "Default routes" msgstr "Standardrouten" #. No defaultroutes known. -msgid "No defaultroutes known." +msgid "No default routes known." msgstr "Es sind keine Standardrouten bekannt." diff --git a/po/templates/freifunk.pot b/po/templates/freifunk.pot index 7fb94ebc2..0af3f64eb 100644 --- a/po/templates/freifunk.pot +++ b/po/templates/freifunk.pot @@ -325,5 +325,5 @@ msgid "Default routes" msgstr "" #. No defaultroutes known. -msgid "No defaultroutes known." +msgid "No default routes known." msgstr "" |