diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-14 13:08:18 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-14 13:08:18 +0000 |
commit | a1415d74302e12459379437ca8d6af0ff4cf1921 (patch) | |
tree | b21a8c74c8418a69e60610aaa07495e5ed9b3d57 /modules/admin-mini/luasrc | |
parent | 2c844d42d819f1d2b5f9827b3e079801f238938d (diff) |
modules: make most remaining hardcoded strings translatable, patch by "BasicXP" <basicxp@ubuntu.com>
Diffstat (limited to 'modules/admin-mini/luasrc')
-rw-r--r-- | modules/admin-mini/luasrc/view/mini/index.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/admin-mini/luasrc/view/mini/index.htm b/modules/admin-mini/luasrc/view/mini/index.htm index 61d01f96f..c14d3b0b2 100644 --- a/modules/admin-mini/luasrc/view/mini/index.htm +++ b/modules/admin-mini/luasrc/view/mini/index.htm @@ -14,7 +14,7 @@ $Id$ -%> <h2><a id="content" name="content"><%:Hello!%></a></h2> <p><%_This is the administration area of <abbr title="Lua Configuration Interface">LuCI</abbr>.%></p> -<p><%_<abbr title="Lua Configuration Interface">LuCI</abbr> is a free, flexible, and user friendly graphical interface for configuring OpenWrt Kamikaze.%><br /> +<p><%_<abbr title="Lua Configuration Interface">LuCI</abbr> is a free, flexible, and user friendly graphical interface for configuring OpenWrt.%><br /> <%:On the following pages you can adjust all important settings of this device.%></p> <p><%:As we always want to improve this interface we are looking forward to your feedback and suggestions.%></p> <p><%:And now have fun with your OpenWrt device!%></p> |