diff options
author | Steven Barth <steven@midlink.org> | 2008-08-18 08:43:48 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-18 08:43:48 +0000 |
commit | 03a6ee9ef0c1d3b08d787639cfdde637d2011389 (patch) | |
tree | 08d56ce0db3ae914683b0dcab31f9e49563aa81f /i18n/english/luasrc | |
parent | ec796fc52af126ba66164199f4ce1c8ac80a2132 (diff) |
Small bugfixes and improvements
Diffstat (limited to 'i18n/english/luasrc')
-rw-r--r-- | i18n/english/luasrc/i18n/admin-core.en.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/english/luasrc/i18n/admin-core.en.lua b/i18n/english/luasrc/i18n/admin-core.en.lua index c3552f069..76fb6b2c6 100644 --- a/i18n/english/luasrc/i18n/admin-core.en.lua +++ b/i18n/english/luasrc/i18n/admin-core.en.lua @@ -10,7 +10,7 @@ a_i_i_hello = [[Hello!]] a_i_i_admin1 = [[This is the administration area of <abbr title="Lua Configuration Interface">LuCI</abbr>.]] a_i_i_admin2 = [[<abbr title="Lua Configuration Interface">LuCI</abbr> is a free, flexible, and user friendly graphical interface for configuring OpenWRT Kamikaze.]] a_i_i_admin3 = [[On the following pages you can adjust all important settings of your router.]] -a_i_i_admin4 = [[Notice: In <abbr title="Lua Configuration Interface">LuCI</abbr> changes have to be confirmed by clicking Changes - Apply before being applied.]] +a_i_i_admin4 = [[Notice: In <abbr title="Lua Configuration Interface">LuCI</abbr> changes have to be confirmed by clicking Changes - Save & Apply before being applied.]] a_i_i_admin5 = [[As we are always want to improve this interface we are looking forward to your feedback and suggestions.]] a_i_i_admin6 = [[And now have fun with your router!]] a_i_i_team = [[The <abbr title="Lua Configuration Interface">LuCI</abbr> Team]] |