Fix:Core:Avoid double in announcement for roundabouts
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sun, 9 Oct 2011 10:23:38 +0000 (10:23 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sun, 9 Oct 2011 10:23:38 +0000 (10:23 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4834 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/navigation.c

index 2f65ad8..5a13cb8 100644 (file)
@@ -1587,7 +1587,7 @@ show_maneuver(struct navigation *nav, struct navigation_itm *itm, struct navigat
                case 1:
                        d = get_distance(nav, distance, type, 0);
                        /* TRANSLATORS: %s is the distance to the roundabout */
-                       ret = g_strdup_printf(_("In %s, enter the roundabout"), d);
+                       ret = g_strdup_printf(_("Enter the roundabout %s"), d);
                        g_free(d);
                        return ret;
                case -2: