Fix:Core:Improved translator's documentation
authortinloaf <tinloaf@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Tue, 6 Jan 2009 12:00:13 +0000 (12:00 +0000)
committertinloaf <tinloaf@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Tue, 6 Jan 2009 12:00:13 +0000 (12:00 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1904 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/navigation.c

index cf00bf3..03446a6 100644 (file)
@@ -1346,6 +1346,7 @@ show_maneuver(struct navigation *nav, struct navigation_itm *itm, struct navigat
                        return g_strdup(_("Enter the roundabout soon"));
                case 1:
                        d = get_distance(distance, type, 1);
+                       /* TRANSLATORS: %s is the distance to the roundabout */
                        ret = g_strdup_printf(_("In %s, enter the roundabout"), d);
                        g_free(d);
                        return ret;