[gnome-screensaver] Add translator comments for clock formats



commit 28ff0334e53dd0cac096677c229b741934de46af
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Mar 10 22:05:16 2011 -0500

    Add translator comments for clock formats

 src/gs-window-x11.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-window-x11.c b/src/gs-window-x11.c
index eafcda8..57b01b6 100644
--- a/src/gs-window-x11.c
+++ b/src/gs-window-x11.c
@@ -2195,8 +2195,10 @@ update_clock (GSWindow *window)
 
         /* clock */
         if (window->priv->clock_format == G_DESKTOP_CLOCK_FORMAT_24H)
+                /* Translators, this is the 24h date format used in the panel clock */
                 clock_format = _("%a %R");
         else
+                /* Translators, this is the 12h date format used in the panel clock */
                 clock_format = _("%a %l:%M %p");
 
         dt = g_date_time_new_now_local ();



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