libs/cbi: fix some default translations
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 1 Nov 2009 11:54:14 +0000 (11:54 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 1 Nov 2009 11:54:14 +0000 (11:54 +0000)
applications/luci-diag-devinfo/luasrc/view/diag/smapsection.htm
libs/cbi/luasrc/view/cbi/full_valueheader.htm
libs/cbi/luasrc/view/cbi/tblsection.htm

index 58b6fa3f3fca59d8bee9d401cd76bd236d92f674..0712842af9b8933d6ac08a66a878262c1e092377 100644 (file)
@@ -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>
index f757d7feb0efcc7b6fc9acab9dca5b9ce39a25c9..ecd40149832162f8c4f5acc40fa596f86370184d 100644 (file)
@@ -16,7 +16,7 @@ $Id$
 <div class="cbi-value<% if self.error and self.error[section] then %> cbi-value-error<% end %>" id="cbi-<%=self.config.."-"..section.."-"..self.option%>">
        <%- if self.title and #self.title > 0 then -%>
        <label class="cbi-value-title"<%= attr("for", cbid) %>>
-       <%- if self.titleref then -%><a title="<%=self.titledesc or translate(' ')%>" class="cbi-title-ref" href="<%=self.titleref%>"><%- end -%>
+       <%- if self.titleref then -%><a title="<%=self.titledesc or translate('Go to relevant configuration page')%>" class="cbi-title-ref" href="<%=self.titleref%>"><%- end -%>
                <%-=self.title-%>
        <%- if self.titleref then -%></a><%- end -%>
        </label>
index 3231f22aa5025d30495a71cb4ce53bbf975b9163..698efc53cb81ca3c3f41232a3e5ca5be9916c69e 100644 (file)
@@ -39,7 +39,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>