diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-01 11:54:14 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-01 11:54:14 +0000 |
commit | b786f4ade447d4c0ce87b30953348e06630828fa (patch) | |
tree | 79bf3007c722fc68373d8fabfa340ac136fada66 /applications/luci-diag-devinfo/luasrc/view/diag/smapsection.htm | |
parent | b50e08149c4e3dff9c5ebc6f3448a56f508d8d1c (diff) |
libs/cbi: fix some default translations
Diffstat (limited to 'applications/luci-diag-devinfo/luasrc/view/diag/smapsection.htm')
-rw-r--r-- | applications/luci-diag-devinfo/luasrc/view/diag/smapsection.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-diag-devinfo/luasrc/view/diag/smapsection.htm b/applications/luci-diag-devinfo/luasrc/view/diag/smapsection.htm index 58b6fa3f3..0712842af 100644 --- a/applications/luci-diag-devinfo/luasrc/view/diag/smapsection.htm +++ b/applications/luci-diag-devinfo/luasrc/view/diag/smapsection.htm @@ -38,7 +38,7 @@ end <%- end -%> <%- for i, k in pairs(self.children) do if not k.optional then -%> <th class="cbi-section-table-cell"> - <%- if k.titleref then -%><a title="<%=self.titledesc or translate(' ')%>" class="cbi-title-ref" href="<%=k.titleref%>"><%- end -%> + <%- if k.titleref then -%><a title="<%=self.titledesc or translate('Go to relevant configuration page')%>" class="cbi-title-ref" href="<%=k.titleref%>"><%- end -%> <%-=k.title-%> <%- if k.titleref then -%></a><%- end -%> </th> |