[monkey-bubble: 712/753] Trivial modification of comment



commit 5825691fc4fb1ef0c26971aa8b73a1d093df5164
Author: Kwok-Koon Cheung <baddog src gnome org>
Date:   Tue Jun 4 00:06:57 2002 +0000

    Trivial modification of comment

 libgnomeui/gnome-scores.c |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/libgnomeui/gnome-scores.c b/libgnomeui/gnome-scores.c
index 672d7d2..474efa4 100644
--- a/libgnomeui/gnome-scores.c
+++ b/libgnomeui/gnome-scores.c
@@ -188,13 +188,9 @@ gnome_scores_construct (  GnomeScores *gs,
 		gtk_widget_show ( gs->_priv->label_scores[i] );
 		gtk_table_attach_defaults ( gs->_priv->table, gs->_priv->label_scores[i], 1, 2, i+1, i+2);
 
-		/* the localized string should fit (after replacing the %a %b
-		   etc) in ~18 chars.
-		   %a is abbreviated weekday, %A is full weekday,
-		   %b %B are abbreviated and full monthname, %Y is year,
-		   %d is day of month, %m is month number, %T full hour,
-		   %H hours, %M minutes, %S seconds
-		*/
+		/* TRANSLATORS NOTE: Date format used when showing scores in games.
+		 * Please refer to manpage of strftime(3) for complete reference.
+		 */
 		if(strftime(tmp2, sizeof(tmp2), _("%a %b %d %T %Y"),
 			    localtime( &(times[i]) )) == 0) {
 			/* according to docs, if the string does not fit, the



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