summaryrefslogtreecommitdiff
path: root/lib/Tools.pm
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 /lib/Tools.pm
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 'lib/Tools.pm')
-rw-r--r--lib/Tools.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Tools.pm b/lib/Tools.pm
index e5bdce7..30998d7 100644
--- a/lib/Tools.pm
+++ b/lib/Tools.pm
@@ -276,7 +276,7 @@ sub load_file {
#--------------------------------------------------------
my $file = shift || die "Kein File bei Loader $!";
- lg sprintf('Load file "%s" from system',
+ lg sprintf('Load file "%s"',
$file,
);
@@ -298,7 +298,7 @@ sub save_file {
$data =~ s/\r\n/\n/sig;
- lg sprintf('Save %s in file "%s"',
+ lg sprintf('Save file %s(%s)',
$file,
convert(length($data))
);