[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_9_4-96-ga54495d

Pierre Biava nobody at users.sourceforge.net
Sun Oct 23 22:47:26 CEST 2011


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  a54495db272590af07772dc611940773cbd719f0 (commit)
      from  0a0a58d83cedd20c2ad25ad9faddba13da7a18b2 (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 a54495db272590af07772dc611940773cbd719f0
Author: pbiava <pierre.biava at nerim.net>
Date:   Sun Oct 23 22:44:52 2011 +0200

    gsb_form_scheduler.c: Corrects an error in copy and paste(cherry picked from commit 0066a84641c6a540d27078a75450a8b929ae506e)

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

Changes:
diff --git a/src/gsb_form_scheduler.c b/src/gsb_form_scheduler.c
index 0ff8f69..5a18f9b 100644
--- a/src/gsb_form_scheduler.c
+++ b/src/gsb_form_scheduler.c
@@ -190,7 +190,7 @@ gboolean gsb_form_scheduler_create ( GtkWidget *table )
                         "focus-out-event",
                         G_CALLBACK (gsb_form_scheduler_entry_lose_focus),
                         GINT_TO_POINTER (element_number));
-            tooltip_text = _("Frequency");
+            tooltip_text = _("Limit date");
             break;
 
 		case SCHEDULED_FORM_FREQUENCY_USER_ENTRY:


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list