summaryrefslogtreecommitdiff
path: root/wml/widgets
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 /wml/widgets
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 'wml/widgets')
-rw-r--r--wml/widgets/dir.tmpl2
-rw-r--r--wml/widgets/file.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/wml/widgets/dir.tmpl b/wml/widgets/dir.tmpl
index ca00351..a8d03cd 100644
--- a/wml/widgets/dir.tmpl
+++ b/wml/widgets/dir.tmpl
@@ -5,7 +5,7 @@
<input type="text" name="<?% data.NAME | replace('__','var') %?>" value="<?% entities(val) %?>" /><br/>
<?% CATCH File %?>
<?% UNLESS File.isdir %?>
-<i><?% gettext("Directory '%s' is doesn't exist!") | replace('%s',val)%?></i><br/>
+<i><?% gettext("Directory '%s' does not exist!") | replace('%s',val)%?></i><br/>
<input type="text" name="<?% data.NAME | replace('__','var') %?>" value="<?% entities(val) %?>" /><br/>
<?% END %?>
<?% END %?>
diff --git a/wml/widgets/file.tmpl b/wml/widgets/file.tmpl
index 1734d78..1c7da14 100644
--- a/wml/widgets/file.tmpl
+++ b/wml/widgets/file.tmpl
@@ -5,6 +5,6 @@
<input type="text" name="<?% data.NAME | replace('__','var') %?>" value="<?% entities(val) %?>" /><br/>
<?% CATCH File %?>
<input type="text" name="<?% data.NAME | replace('__','var') %?>" value="<?% entities(val) %?>" /><br/>
-<i><?% gettext("File '%s' is doesn't exist!") | replace('%s',val)%?></i><br/>
+<i><?% gettext("File '%s' does not exist!") | replace('%s',val)%?></i><br/>
<?% END %?>
<?% global.fomularfield.push(data.NAME) %?>