[grisbi-cvs] grisbi/src affichage.c, 1.164, 1.165 etats_config.c, 1.172, 1.173
Pierre Biava
pbiava at users.sourceforge.net
Mon Aug 24 22:38:34 CEST 2009
- Previous message: [grisbi-cvs] grisbi/po cs.po, 1.49, 1.50 da.po, 1.56, 1.57 de.po, 1.113, 1.114 el.po, 1.20, 1.21 eo.po, 1.13, 1.14 es.po, 1.103, 1.104 fa.po, 1.43, 1.44 fr.po, 1.175, 1.176 grisbi.pot, 1.91, 1.92 he.po, 1.49, 1.50 it.po, 1.49, 1.50 nl.po, 1.48, 1.49 pl.po, 1.54, 1.55 pt_BR.po, 1.51, 1.52 ro.po, 1.49, 1.50 ru.po, 1.48, 1.49 zh_CN.po, 1.43, 1.44
- Next message: [grisbi-cvs] grisbi/po fr.po,1.176,1.177
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/grisbi/grisbi/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3491/src
Modified Files:
affichage.c etats_config.c
Log Message:
fix the bug 628
Index: affichage.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/affichage.c,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -d -r1.164 -r1.165
--- affichage.c 23 Aug 2009 16:45:05 -0000 1.164
+++ affichage.c 24 Aug 2009 20:38:32 -0000 1.165
@@ -783,8 +783,8 @@
{ N_("Transaction list background 2"), &couleur_fond[1], &default_couleur_fond[1]},
{ N_("Color for the operation that gives the balance today"), &couleur_jour, &default_couleur_jour},
{ N_("Color of transaction's text"), &text_color[0], &default_text_color[0]},
- { N_("Text of unfinished splitted transaction"), &text_color[1], &default_text_color[1]},
- { N_("Children of splitted transaction"), &split_background, &default_split_background},
+ { N_("Text of unfinished split transaction"), &text_color[1], &default_text_color[1]},
+ { N_("Children of split transaction"), &split_background, &default_split_background},
{ N_("Selection color"), &couleur_selection, &default_couleur_selection},
{ N_("Background of non selectable scheduled transactions"), &couleur_grise, &default_couleur_grise},
{ N_("Archive color"), &archive_background_color, &default_archive_background_color},
Index: etats_config.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/etats_config.c,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -d -r1.172 -r1.173
--- etats_config.c 24 Aug 2009 08:57:45 -0000 1.172
+++ etats_config.c 24 Aug 2009 20:38:32 -0000 1.173
@@ -6677,7 +6677,8 @@
0 );
gtk_widget_show ( hbox );
- bouton_afficher_nb_opes = gtk_check_button_new_with_label ( _("Diplay the number of transactions with the totals") );
+ bouton_afficher_nb_opes = gtk_check_button_new_with_label (
+ _("Display the number of transactions with the totals") );
g_signal_connect ( G_OBJECT (bouton_afficher_nb_opes ), "destroy",
G_CALLBACK ( gtk_widget_destroyed), &bouton_afficher_nb_opes );
gtk_box_pack_start ( GTK_BOX ( hbox ),
@@ -7212,7 +7213,8 @@
/* permet d'afficher un ss total lors de chgt de tiers */
/* activé uniquement si on utilise les tiers */
- bouton_affiche_sous_total_tiers = gtk_check_button_new_with_label ( _("Dsplay a sub-total for each payee") );
+ bouton_affiche_sous_total_tiers = gtk_check_button_new_with_label (
+ _("Display a sub-total for each payee") );
g_signal_connect ( G_OBJECT (bouton_affiche_sous_total_tiers ), "destroy",
G_CALLBACK ( gtk_widget_destroyed), &bouton_affiche_sous_total_tiers );
gtk_box_pack_start ( GTK_BOX ( paddingbox ),
- Previous message: [grisbi-cvs] grisbi/po cs.po, 1.49, 1.50 da.po, 1.56, 1.57 de.po, 1.113, 1.114 el.po, 1.20, 1.21 eo.po, 1.13, 1.14 es.po, 1.103, 1.104 fa.po, 1.43, 1.44 fr.po, 1.175, 1.176 grisbi.pot, 1.91, 1.92 he.po, 1.49, 1.50 it.po, 1.49, 1.50 nl.po, 1.48, 1.49 pl.po, 1.54, 1.55 pt_BR.po, 1.51, 1.52 ro.po, 1.49, 1.50 ru.po, 1.48, 1.49 zh_CN.po, 1.43, 1.44
- Next message: [grisbi-cvs] grisbi/po fr.po,1.176,1.177
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list