diff options
author | Steven Barth <steven@midlink.org> | 2008-07-15 13:42:54 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-07-15 13:42:54 +0000 |
commit | 012af10360aba063b96d34c3af81c1d50a8d3579 (patch) | |
tree | 998950a0f65070c3b20cd4d8197ecf0925fa62c6 /i18n/english | |
parent | d0a622dce8163cb1f9d0a178127b7abda6c4e818 (diff) |
Generalized UCI changes display
i18n: some nicer looking translations
Diffstat (limited to 'i18n/english')
-rw-r--r-- | i18n/english/luasrc/i18n/cbi.en.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/english/luasrc/i18n/cbi.en.lua b/i18n/english/luasrc/i18n/cbi.en.lua index 6069cec45..b681cfb09 100644 --- a/i18n/english/luasrc/i18n/cbi.en.lua +++ b/i18n/english/luasrc/i18n/cbi.en.lua @@ -1,4 +1,4 @@ cbi_add = "Add entry" cbi_del = "Remove entry" cbi_invalid = "Error: Invalid input value" -cbi_addopt = "-- Field --"
\ No newline at end of file +cbi_addopt = "-- Additional Field --"
\ No newline at end of file |