From 432914cb6c20b31621933fe4198dbac73b92ed5c Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Tue, 22 Oct 2024 18:51:26 +0200 Subject: Shorten cancellation annotations --- bin/db-iris | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/db-iris') diff --git a/bin/db-iris b/bin/db-iris index f047699..f8512da 100755 --- a/bin/db-iris +++ b/bin/db-iris @@ -284,10 +284,10 @@ sub format_delay { $delay = ( $d->delay > 0 ? ' +' : q{ } ) . $d->delay; } if ( $d->is_cancelled ) { - $delay = ' CANCELED'; + $delay = ' XXX'; } elsif ( $d->departure_is_cancelled ) { - $delay .= ' ⊖'; + $delay .= ' xxx'; } elsif ( $d->start < $datetime and not $d->has_realtime ) { $delay = ' ?'; -- cgit v1.2.3