diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-06-08 18:09:47 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-06-08 18:09:47 +0000 |
commit | ec1c9a6545a9b65b0fc9cb6264f2e401b06efa70 (patch) | |
tree | f1ac49ecb6915adbe4a99b1ec4db33045ad80396 /i18n | |
parent | 2072ec939f8a9d0896fa44fabc98b055a7bfb4c9 (diff) |
* luci/i18n: fix typo in english translation
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/english/luasrc/i18n/default.en.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i18n/english/luasrc/i18n/default.en.lua b/i18n/english/luasrc/i18n/default.en.lua index cc837b9ce..fb88e97e9 100644 --- a/i18n/english/luasrc/i18n/default.en.lua +++ b/i18n/english/luasrc/i18n/default.en.lua @@ -38,7 +38,7 @@ interface = "Interface" interfaces = "Interfaces" ipaddress = "IP-Address" -legend = "Legende" +legend = "Legend" library = "Library" key = "Key" @@ -90,4 +90,4 @@ unknownerror = "Unknown Error" version = "Version" webui = "Web UI" -wifi = "Wifi"
\ No newline at end of file +wifi = "Wifi" |