From 1b7c528d8491bc362eabe2ff49f7cff60d76a2e4 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Wed, 13 Mar 2019 00:03:41 +0000 Subject: [PATCH] Allow switching between tram and bus stop --- lang_en.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lang_en.js b/lang_en.js index 22d74bf..0b767ca 100644 --- a/lang_en.js +++ b/lang_en.js @@ -58,6 +58,8 @@ 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.', + departures_for_buses: 'Switch to bus departures.', tram_type_pattern: '$num $type ($floor)', high_floor: 'high floor', -- Gitblit v1.9.1