[gnome-maps] openTripPlanner: Fix wording for roundabout instructions



commit a93049676175f5bb85a780f70dd7794d2030e375
Author: Marcus Lundblad <ml update uu se>
Date:   Sun Mar 21 23:15:08 2021 +0100

    openTripPlanner: Fix wording for roundabout instructions
    
    Change "In the roundabout" to "On the roundabout".
    
    Fixes #354

 src/transitplugins/openTripPlanner.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/transitplugins/openTripPlanner.js b/src/transitplugins/openTripPlanner.js
index 7326225f..95ce9fd6 100644
--- a/src/transitplugins/openTripPlanner.js
+++ b/src/transitplugins/openTripPlanner.js
@@ -1225,9 +1225,9 @@ var OpenTripPlanner = class OpenTripPlanner {
                 let exit = step.exit;
 
                 if (exit)
-                    return _("In the roundabout, take exit %s").format(exit);
+                    return _("On the roundabout, take exit %s").format(exit);
                 else if (street)
-                    return _("In the roundabout, take exit to %s").format(street);
+                    return _("On the roundabout, take exit to %s").format(street);
                 else
                     return _("Take the roundabout");
             }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]