minor ui nag: corrected description of quote format characters
authorAlfons Hoogervorst <alfons@proteus.demon.nl>
Sat, 9 Jun 2001 15:36:27 +0000 (15:36 +0000)
committerAlfons Hoogervorst <alfons@proteus.demon.nl>
Sat, 9 Jun 2001 15:36:27 +0000 (15:36 +0000)
ChangeLog.claws
src/prefs_common.c

index 18a5084fda358e20ac3b54e15501eb05217e8405..8349229d79646b15879fae95f0af43d4998670bd 100644 (file)
@@ -1,3 +1,10 @@
+2001-06-09 [alfons]
+       
+       * src/prefs_common.c: 
+
+               (prefs_quote_description_create): corrected description of 
+               quote format characters
+
 2001-06-09 [paul]
 
         0.4.99claws8
 2001-06-09 [paul]
 
         0.4.99claws8
index 026b6fc0f540ccc189955950d93a68dba3fbc802..93fb6a1ff84dfde9e570d33076644bf79b161dd6 100644 (file)
@@ -2422,17 +2422,17 @@ static void prefs_quote_description_create(void)
        gtk_box_pack_start(GTK_BOX(vbox), hbox, TRUE, TRUE, 0);
 
        label = gtk_label_new
        gtk_box_pack_start(GTK_BOX(vbox), hbox, TRUE, TRUE, 0);
 
        label = gtk_label_new
-               ("d:\n"
-                "f:\n"
-                "n:\n"
-                "N:\n"
-                "I:\n"
-                "s:\n"
-                "t:\n"
-                "c:\n"
-                "n:\n"
-                "i:\n"
-                "r:\n"
+               ("d:\n"         /* date */
+                "f:\n"         /* from */
+                "N:\n"         /* full name */
+                "F:\n"         /* first name */
+                "I:\n"         /* sender's initial */
+                "s:\n"         /* subject line */
+                "t:\n"         /* to */
+                "c:\n"         /* cc */
+                "n:\n"         /* newsgroups */
+                "i:\n"         /* message id */
+                "r:\n"         /* references */
                 "\n"
                 "%x\n"
                 "?x(expr)\n"
                 "\n"
                 "%x\n"
                 "?x(expr)\n"