From 38340e01ff8bec3c1a89b9bd294c49f78a73e411 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Sat, 22 Jun 2019 22:07:29 +0000 Subject: [PATCH] Fix delay calcs when times are from two different days (i.e. 23:59-00:00) --- lang_en.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lang_en.js b/lang_en.js index 3a06fa7..a9428b4 100644 --- a/lang_en.js +++ b/lang_en.js @@ -60,6 +60,7 @@ l: 'Your location', }, + show_on_map: 'Show on map', select_feature: 'There is more than one feature here. Select the proper one:', departures_for_stop: 'Click for stop departures (and not only this stop point).', departures_for_trams: 'Switch to tram departures.', -- Gitblit v1.9.1