diff options
author | Steven Barth <steven@midlink.org> | 2008-07-16 15:28:26 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-07-16 15:28:26 +0000 |
commit | 82b06b26d58cae7768a0641e03ebb197f9c9418c (patch) | |
tree | 49ab9fc1e5d30e62a698bdcc2b8c60efd7856f50 /i18n/english | |
parent | 0a0712b9d953838c58b91bd0941770105f18ad64 (diff) |
i18n: Replaced an outdated note with a note regarding applying changes
Diffstat (limited to 'i18n/english')
-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 b179ec808..165210fa1 100644 --- a/i18n/english/luasrc/i18n/admin-core.en.lua +++ b/i18n/english/luasrc/i18n/admin-core.en.lua @@ -14,7 +14,7 @@ a_i_i_hello = "Hello!" a_i_i_admin1 = "This is the administration area of LuCI." a_i_i_admin2 = "LuCI 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 = "You will find a navigation leading to the different configuration pages on the left side." +a_i_i_admin4 = [[Notice: In LuCI changes have to be confirmed by clicking Changes - 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!" |