From ffb4c3f25260698f2cd74a9f9479f7a99573b560 Mon Sep 17 00:00:00 2001 From: Bartek Fabiszewski Date: Mon, 18 Mar 2019 10:08:12 +0100 Subject: [PATCH] FIx typo --- lang/en.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en.php b/lang/en.php index 03b3953..6b3235b 100644 --- a/lang/en.php +++ b/lang/en.php @@ -102,7 +102,7 @@ $lang["actionfailure"] = "Something went wrong"; $lang["userdelwarn"] = "Warning!\n\nYou are going to permanently delete user %s, together with all their routes and positions.\n\nAre you sure?"; // substitutes user login $lang["editinguser"] = "You are editing user %s"; // substitutes user login $lang["selfeditwarn"] = "Your can't edit your own user with this tool"; -$lang["apifailure"] = "Sorry, can't load %s API"; // substitures api name (gmaps or openlayers) +$lang["apifailure"] = "Sorry, can't load %s API"; // substitutes api name (gmaps or openlayers) $lang["trackdelwarn"] = "Warning!\n\nYou are going to permanently delete track %s and all its positions.\n\nAre you sure?"; // substitutes track name $lang["editingtrack"] = "You are editing track %s"; // substitutes track name $lang["deltrack"] = "Remove track";