2006-07-01 [colin] 2.3.1cvs50
authorColin Leroy <colin@colino.net>
Sat, 1 Jul 2006 20:29:48 +0000 (20:29 +0000)
committerColin Leroy <colin@colino.net>
Sat, 1 Jul 2006 20:29:48 +0000 (20:29 +0000)
* src/prefs_account.c
Typographic rules varying from language
to language (in french "Protocole :"),
we have to do that :)

ChangeLog
PATCHSETS
configure.ac
src/prefs_account.c

index bf8c98e7331eac74940fb87af1004c18b0c15b72..76813768c59e84d18283d1c88175f2d170aef8e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-07-01 [colin]     2.3.1cvs50
+
+       * src/prefs_account.c
+               Typographic rules varying from language
+               to language (in french "Protocole :"),
+               we have to do that :)
+
 2006-07-01 [ticho]     2.3.1cvs49
 
        * src/prefs_account.c
index 2925cabea28c7bf0127fbd3eb4714fa79e7912e4..a68e820419fc3e0e06520867ddfcee7c615e0d1c 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.382.2.290 -r 1.382.2.291 src/compose.c;  ) > 2.3.1cvs47.patchset
 ( cvs diff -u -r 1.105.2.59 -r 1.105.2.60 src/prefs_account.c;  cvs diff -u -r 1.49.2.20 -r 1.49.2.21 src/prefs_account.h;  ) > 2.3.1cvs48.patchset
 ( cvs diff -u -r 1.105.2.60 -r 1.105.2.61 src/prefs_account.c;  ) > 2.3.1cvs49.patchset
+( cvs diff -u -r 1.105.2.61 -r 1.105.2.62 src/prefs_account.c;  ) > 2.3.1cvs50.patchset
index 76b67f9d8a21565a31b65f133f41f07f51978e66..c836e0620b62bf95953b8ec5558a9fac16f1d211 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=3
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=49
+EXTRA_VERSION=50
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index 9389ad387fffd0fd732aa0b24cff3f7d093d6427..16bf3626ee8710cafd1ba970e883777852343a87 100644 (file)
@@ -2685,10 +2685,7 @@ static void prefs_account_protocol_set_optmenu(PrefParam *pparam)
                gtk_widget_hide(optlabel);
                gtk_widget_show(optmenu);
        } else {
-               /* We don't want translators to hate us, so... */
-               label = g_strdup_printf("%s:", _("Protocol"));
-               gtk_label_set_text(GTK_LABEL(descrlabel), label);
-               g_free(label);
+               gtk_label_set_text(GTK_LABEL(descrlabel), _("Protocol:"));
                label = g_markup_printf_escaped("<b>%s</b>", protocol_names[protocol]);
                gtk_label_set_markup(GTK_LABEL(optlabel), label);
                g_free(label);