From 8d991c14b15c1b90e22642542fb36ad8399641dd Mon Sep 17 00:00:00 2001 From: Fabien Vantard Date: Fri, 19 Jan 2007 05:44:42 +0000 Subject: [PATCH] 2007-01-19 [fabien] 2.7.1cvs32 * src/wizard.c factorize translatable string --- ChangeLog | 5 +++++ PATCHSETS | 1 + configure.ac | 2 +- src/wizard.c | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 87ffc75f0..75324743a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-01-19 [fabien] 2.7.1cvs32 + + * src/wizard.c + factorize translatable string + 2007-01-18 [colin] 2.7.1cvs31 * src/main.c diff --git a/PATCHSETS b/PATCHSETS index 4b94cb13a..4577e9321 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -2289,3 +2289,4 @@ ( cvs diff -u -r 1.1.2.15 -r 1.1.2.16 src/plugins/bogofilter/bogofilter_gtk.c; cvs diff -u -r 1.1.2.23 -r 1.1.2.24 src/plugins/bogofilter/bogofilter.c; cvs diff -u -r 1.23.2.34 -r 1.23.2.35 src/plugins/spamassassin/spamassassin_gtk.c; cvs diff -u -r 1.27.2.27 -r 1.27.2.28 src/addr_compl.c; cvs diff -u -r 1.105.2.81 -r 1.105.2.82 src/prefs_account.c; ) > 2.7.1cvs29.patchset ( cvs diff -u -r 1.1.2.15 -r 1.1.2.16 src/prefs_other.c; ) > 2.7.1cvs30.patchset ( cvs diff -u -r 1.115.2.126 -r 1.115.2.127 src/main.c; ) > 2.7.1cvs31.patchset +( cvs diff -u -r 1.1.2.47 -r 1.1.2.48 src/wizard.c; ) > 2.7.1cvs32.patchset diff --git a/configure.ac b/configure.ac index 767973970..632f6311d 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=7 MICRO_VERSION=1 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=31 +EXTRA_VERSION=32 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/wizard.c b/src/wizard.c index 9affa8333..21ecb5ec5 100644 --- a/src/wizard.c +++ b/src/wizard.c @@ -1228,7 +1228,7 @@ static GtkWidget* recv_page (WizardWindow * wizard) i++; wizard->subsonly_chkbtn = gtk_check_button_new_with_label( - _("Show subscribed folders only")); + _("Show only subscribed folders")); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(wizard->subsonly_chkbtn), tmpl.subsonly); gtk_table_attach(GTK_TABLE(table), wizard->subsonly_chkbtn, -- 2.25.1