[grisbi-cvs] grisbi/src import.c,1.254,1.255
Pierre Biava
pbiava at users.sourceforge.net
Wed Nov 26 21:52:55 CET 2008
Update of /cvsroot/grisbi/grisbi/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31790/src
Modified Files:
import.c
Log Message:
continuation de la traduction en français
Index: import.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/import.c,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -d -r1.254 -r1.255
--- import.c 23 Nov 2008 09:44:40 -0000 1.254
+++ import.c 26 Nov 2008 20:52:53 -0000 1.255
@@ -1044,7 +1044,7 @@
gtk_misc_set_alignment ( GTK_MISC ( label ), 0, 0.5);
gtk_label_set_justify ( GTK_LABEL ( label ), GTK_JUSTIFY_LEFT );
gchar* tmpstr = g_strdup_printf ( _("<span size=\"x-large\">%s</span>\n\n"
- "What do you want to do with contents from <span foreground=\"blue\">%s</span>?\n"),
+ "What do you want to do with contents from <span foreground=\"blue\">%s</span> ?\n"),
compte -> nom_de_compte, short_filename );
gtk_label_set_markup ( GTK_LABEL ( label ), tmpstr );
g_free ( tmpstr );
More information about the cvs
mailing list