diff options
Diffstat (limited to 'lib/Travel/Status/DE/IRIS')
-rw-r--r-- | lib/Travel/Status/DE/IRIS/Result.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm index adba3c1..d5efd2c 100644 --- a/lib/Travel/Status/DE/IRIS/Result.pm +++ b/lib/Travel/Status/DE/IRIS/Result.pm @@ -99,7 +99,9 @@ my %translation = ( 98 => 'Sonstige Qualitätsmängel', 99 => 'Verzögerungen im Betriebsablauf', - #900 => 'Anschlussbus wartet(?)', + # Occasionally, there's a message with ID 900. In all cases observed so far, + # it was used for "Anschlussbus wartet". However, as we don't know which bus + # it refers to, we don't show it to users. ); Travel::Status::DE::IRIS::Result->mk_ro_accessors( |