diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-14 22:50:50 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-14 22:50:50 +0000 |
commit | 86a13c6ab9ec4f485e1cc9d89475ba73e2c9e261 (patch) | |
tree | d26dacf92f64aafb00503ef967b681c1a0228e3a /libs/web | |
parent | 723914264ed4826d782bd1e081d72e2e5c1b4968 (diff) |
libs/web: fix an untranslated string
Diffstat (limited to 'libs/web')
-rw-r--r-- | libs/web/luasrc/view/cbi/dynlist.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/web/luasrc/view/cbi/dynlist.htm b/libs/web/luasrc/view/cbi/dynlist.htm index 5914186c2..a78121ba9 100644 --- a/libs/web/luasrc/view/cbi/dynlist.htm +++ b/libs/web/luasrc/view/cbi/dynlist.htm @@ -36,7 +36,7 @@ cbi_dynlist_init('<%=cbid%>'); <%-if i<#self.keylist then-%>,<%-end-%> <%- end -%> }, '<%- if not self.rmempty and not self.optional then -%> - <%-:cbi_select-%> + <%-: -- Please choose -- -%> <%- end -%>', '<%: -- custom -- %>'); <% end -%> <% for i=1, #vals + 1 do -%> |