2007-01-19 [fabien] 2.7.1cvs32
authorFabien Vantard <fzzzzz@gmail.com>
Fri, 19 Jan 2007 05:44:42 +0000 (05:44 +0000)
committerFabien Vantard <fzzzzz@gmail.com>
Fri, 19 Jan 2007 05:44:42 +0000 (05:44 +0000)
* src/wizard.c
factorize translatable string

ChangeLog
PATCHSETS
configure.ac
src/wizard.c

index 87ffc75f0e6bf7e0c5568d8275b0ebc94b559d03..75324743a948d44d5d3cc3761fe414b476bcdebd 100644 (file)
--- 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
 2007-01-18 [colin]     2.7.1cvs31
 
        * src/main.c
index 4b94cb13a77b9599047fbe60856355053a7b4f88..4577e932179c1e1246d1d5dd606b8683f78d501a 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( 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.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
index 767973970887ff97e00ddfc2c31c1354366bbf2b..632f6311df7004ebb890310a6540f4860da00630 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=7
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=31
+EXTRA_VERSION=32
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index 9affa8333373e7550f862c2c82cb4b955ff51643..21ecb5ec5f05a3fc0510843462244a8f2c3f25a1 100644 (file)
@@ -1228,7 +1228,7 @@ static GtkWidget* recv_page (WizardWindow * wizard)
        i++;
        
        wizard->subsonly_chkbtn = gtk_check_button_new_with_label(
        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,                           
        gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(wizard->subsonly_chkbtn),
                        tmpl.subsonly);
        gtk_table_attach(GTK_TABLE(table), wizard->subsonly_chkbtn,