[grisbi-cvs] [SCM] grisbi branch, master, updated. 207d83ad2aafee71e78fa7d8247a63b57ae1c24c

Pierre Biava nobody at users.sourceforge.net
Sun Aug 1 00:39:08 CEST 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grisbi".

The branch, master has been updated
       via  207d83ad2aafee71e78fa7d8247a63b57ae1c24c (commit)
      from  adf95c588a0c8c77dcd1504b56cc141ef96b737b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 207d83ad2aafee71e78fa7d8247a63b57ae1c24c
Author: pbiava <pierre.biava at nerim.net>
Date:   Sun Aug 1 00:38:27 2010 +0200

    update strings

-----------------------------------------------------------------------

Changes:
diff --git a/src/bet_config.c b/src/bet_config.c
index e4913c2..95f0e59 100644
--- a/src/bet_config.c
+++ b/src/bet_config.c
@@ -1341,9 +1341,9 @@ void bet_config_initialise_finance_widget ( gint account_number,
     gtk_spin_button_set_value ( GTK_SPIN_BUTTON ( button ), nbre_ans );
     widget = g_object_get_data ( G_OBJECT ( parent ), "bet_config_unit_duree" );
     if ( nbre_ans == 1 )
-        gtk_label_set_label ( GTK_LABEL ( widget ), _("year") );
+        gtk_label_set_label ( GTK_LABEL ( widget ), _(" year ") );
     else
-        gtk_label_set_label ( GTK_LABEL ( widget ), _("years") );
+        gtk_label_set_label ( GTK_LABEL ( widget ), _(" years ") );
 
     /* set start_date */
     widget = g_object_get_data ( G_OBJECT ( parent ), "bet_config_start_date" );


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list