[grisbi-cvs] grisbi/src gsb_assistant_reconcile_config.c, 1.22, 1.23

Pierre Biava pbiava at users.sourceforge.net
Sun Dec 7 20:22:39 CET 2008


Update of /cvsroot/grisbi/grisbi/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12850/src

Modified Files:
	gsb_assistant_reconcile_config.c 
Log Message:
fr.po gsb_assistant_reconcile_config.c : update strings

Index: gsb_assistant_reconcile_config.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_assistant_reconcile_config.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- gsb_assistant_reconcile_config.c	12 Nov 2008 22:30:22 -0000	1.22
+++ gsb_assistant_reconcile_config.c	7 Dec 2008 19:22:37 -0000	1.23
@@ -897,7 +897,7 @@
     gint associate_number;
 
     /* update the string containing the number of transactions to link */
-    string = g_strdup_printf (_("Still %d transactions to link with a reconciliation"),
+    string = g_strdup_printf (_("Still %d transactions to link with a reconciliation."),
 			      transactions_to_link);
 
     gtk_label_set_text ( GTK_LABEL (label_transactions_to_link_2),
@@ -1016,7 +1016,7 @@
 	gchar *string;
 
 	/* update the labels */
-	string = g_strdup_printf (_("Still %d transactions to link with a reconciliation"),
+	string = g_strdup_printf (_("Still %d transactions to link with a reconciliation."),
 				  transactions_to_link);
 	gtk_label_set_text ( GTK_LABEL (label_transactions_to_link_2),
 			     string);
@@ -1059,7 +1059,7 @@
     GtkListStore *store;
 
     /* update the string containing the number of transactions to link */
-    string = g_strdup_printf (_("Still %d transactions to link with a reconciliation"),
+    string = g_strdup_printf (_("Still %d transactions to link with a reconciliation."),
 			      transactions_to_link);
     gtk_label_set_text ( GTK_LABEL (label_transactions_to_link_3),
 			 string);
@@ -1361,7 +1361,7 @@
 	gchar *string;
 
 	/* update the labels */
-	string = g_strdup_printf (_("Still %d transactions to link with a reconciliation"),
+	string = g_strdup_printf (_("Still %d transactions to link with a reconciliation."),
 				  transactions_to_link);
 	gtk_label_set_text ( GTK_LABEL (label_transactions_to_link_1),
 			     string);



More information about the cvs mailing list