summaryrefslogtreecommitdiff
path: root/html/widgets/password.tmpl
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2007-09-09 16:24:47 +0000
committerAndreas Brachold <vdr07@deltab.de>2007-09-09 16:24:47 +0000
commitc58704322fa8fcbee809d4c02643197d05293160 (patch)
tree317742f5fd47ac8c70791bca517c55abb7f324da /html/widgets/password.tmpl
parent3c9849839582d238ef75a191728a14b84a8eb577 (diff)
downloadxxv-c58704322fa8fcbee809d4c02643197d05293160.tar.gz
xxv-c58704322fa8fcbee809d4c02643197d05293160.tar.bz2
* Update english translation
* Send proper mime header if file not modified (on state 304)
Diffstat (limited to 'html/widgets/password.tmpl')
-rw-r--r--html/widgets/password.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/widgets/password.tmpl b/html/widgets/password.tmpl
index 2455ab1..f6b043e 100644
--- a/html/widgets/password.tmpl
+++ b/html/widgets/password.tmpl
@@ -6,6 +6,6 @@
<td class="<?% (param.count mod 2) == 0 ? 'light' : 'dark' %?>" >
<?% val = cgi.param(data.NAME) || data.def %?>
<input type="password" name="<?% data.NAME %?>" value="" <?% FOREACH p = param.tags; "$p ";END %?>><br/>
- <input type="password" name="<?% data.NAME %?>" value="" <?% FOREACH p = param.tags; "$p ";END %?> title='<?% gettext("Entry again") %?>'>
+ <input type="password" name="<?% data.NAME %?>" value="" <?% FOREACH p = param.tags; "$p ";END %?> title='<?% gettext("Repeat entry") %?>'>
</td>
</tr>