]> err.no Git - libchamplain/commitdiff
Translate 'cercle' to english
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Tue, 24 Mar 2009 18:59:43 +0000 (19:59 +0100)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Wed, 25 Mar 2009 08:06:21 +0000 (10:06 +0200)
demos/animated-marker.c

index f8fec3ae33358eb3c446df40cb16a792af7e764f..801d2953fadbbf3312ca8b947ec9991cb24bce6c 100644 (file)
@@ -40,7 +40,7 @@ create_marker ()
   /* Create the marker */
   marker = champlain_marker_new ();
 
-  /* Static filled cercle ----------------------------------------------- */
+  /* Static filled circle ----------------------------------------------- */
   bg = clutter_cairo_new (MARKER_SIZE, MARKER_SIZE);
   cr = clutter_cairo_create (CLUTTER_CAIRO (bg));
 
@@ -60,7 +60,7 @@ create_marker ()
   clutter_actor_set_anchor_point_from_gravity (bg, CLUTTER_GRAVITY_CENTER);
   clutter_actor_set_position (bg, 0, 0);
 
-  /* Echo cercle -------------------------------------------------------- */
+  /* Echo circle -------------------------------------------------------- */
   bg = clutter_cairo_new (2 * MARKER_SIZE, 2 * MARKER_SIZE);
   cr = clutter_cairo_create (CLUTTER_CAIRO (bg));
 
@@ -82,7 +82,7 @@ create_marker ()
   clutter_actor_set_position (bg, 0, 0);
   clutter_actor_set_anchor_point_from_gravity (bg, CLUTTER_GRAVITY_CENTER);
 
-  /* Animate the echo cercle */
+  /* Animate the echo circle */
   timeline = clutter_timeline_new_for_duration (1000);
   clutter_timeline_set_loop (timeline, TRUE);
   alpha = clutter_alpha_new_full (timeline, CLUTTER_ALPHA_SINE_INC, NULL, g_object_unref);