From d06126063590da2487b2e1664d56136b9e545208 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 23 Feb 2013 12:37:59 +0100 Subject: s/Minuten/Min/ --- cgi/index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( -- cgit v1.2.3