* src/prefs_account.c
Typographic rules varying from language
to language (in french "Protocole :"),
we have to do that :)
+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
( 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
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=49
+EXTRA_VERSION=50
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
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);