diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-02-23 12:37:59 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-02-23 12:37:59 +0100 |
commit | d06126063590da2487b2e1664d56136b9e545208 (patch) | |
tree | dd9ec22d7759ebb9b8abee5bc0daef9b0aabc46a /cgi | |
parent | eaae6e31e78eb05f05488db7c7f78d46142549c3 (diff) |
s/Minuten/Min/
Diffstat (limited to 'cgi')
-rw-r--r-- | cgi/index.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/index.pl b/cgi/index.pl index 1a88a29..a525cf6 100644 --- a/cgi/index.pl +++ b/cgi/index.pl @@ -91,7 +91,7 @@ sub handle_request { } if ($info) { $info - =~ s{ ^ (?: ca\. \s* )? \+ (\d+) }{Verspätung ca. $1 Minuten}x; + =~ s{ ^ (?: ca\. \s* )? \+ (\d+) }{Verspätung ca. $1 Min}x; $info =~ s{ 1 \s Minute\Kn }{}x; } push( |