[gnome-calendar] quick-add-popover: properly place translator comment



commit 316aeb9c677d1daee96b1249d03f1a080ded3515
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Aug 22 21:21:19 2017 -0300

    quick-add-popover: properly place translator comment

 src/gcal-quick-add-popover.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/gcal-quick-add-popover.c b/src/gcal-quick-add-popover.c
index 8af6c99..9d9e0c6 100644
--- a/src/gcal-quick-add-popover.c
+++ b/src/gcal-quick-add-popover.c
@@ -401,6 +401,7 @@ get_date_string_for_day (GDateTime *day)
     {
       const gchar *event_month;
       gchar *event_month_names [] = {
+        /* Translators: %d is the numeric day of month */
         N_("New Event on January %d"),
         N_("New Event on February %d"),
         N_("New Event on March %d"),
@@ -417,8 +418,6 @@ get_date_string_for_day (GDateTime *day)
       };
 
       event_month = gettext (event_month_names [g_date_time_get_month (day) - 1]);
-
-      /* Translators: %d is the numeric day of month */
       string_for_date = g_strdup_printf (event_month, g_date_time_get_day_of_month (day));
     }
 


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