]> Pileus Git - ~andy/gtk/commitdiff
Improve translator comment. Fixes bug #569393.
authorAndre Klapper <a9016009@gmx.de>
Tue, 7 Jul 2009 15:37:07 +0000 (16:37 +0100)
committerAndre Klapper <a9016009@gmx.de>
Tue, 7 Jul 2009 15:37:07 +0000 (16:37 +0100)
gtk/gtkcalendar.c

index 20b2d86c443c0a330eb06d0702de554e765b9705..8bc6e63cfe8d023fccf2e11b4390e6958909a9fe 100644 (file)
@@ -751,9 +751,10 @@ gtk_calendar_init (GtkCalendar *calendar)
    * Do *not* translate it to anything else, if it
    * it isn't calendar:YM or calendar:MY it will not work.
    *
-   * Note that this flipping is in top of the text direction flipping,
-   * so if you have a default text direction of RTL and YM, then
-   * the year will appear on the right.
+   * Note that the ordering described here is logical order, which is
+   * further influenced by BIDI ordering. Thus, if you have a default
+   * text direction of RTL and specify "calendar:YM", then the year
+   * will appear to the right of the month.
    */
   year_before = _("calendar:MY");
   if (strcmp (year_before, "calendar:YM") == 0)