[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_1_1_1-83-gc330625

Pierre Biava nobody at users.sourceforge.net
Sun Jan 20 19:55:24 CET 2013


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  c33062528575b8c980f3ee2c041d80d73a1a0033 (commit)
      from  a1e25055d9147045fd501d9ba2bf76c3dcc0dd10 (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 c33062528575b8c980f3ee2c041d80d73a1a0033
Author: pbiava <pierre.biava at nerim.net>
Date:   Sun Jan 20 19:44:29 2013 +0100

    replacement of "Effective date" by "Date of debit"

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

Changes:
diff --git a/src/bet_future.c b/src/bet_future.c
index cf10510..bee5d83 100644
--- a/src/bet_future.c
+++ b/src/bet_future.c
@@ -2419,7 +2419,7 @@ static GtkWidget *bet_transfert_create_dialog ( gint account_number )
     gtk_box_pack_start ( GTK_BOX ( paddingbox ), hbox, FALSE, TRUE, 0 );
 
     /* Effective Date */
-    label = gtk_label_new ( _("Effective date: ") );
+    label = gtk_label_new ( _("Date of debit: ") );
     gtk_box_pack_start ( GTK_BOX ( hbox ), label, FALSE, FALSE, 0 );
 
     date_entry = gsb_calendar_entry_new ( FALSE );


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list