2006-06-23 [wwp] 2.3.1cvs16

* src/compose.c
		i18n fix (thanks to Fabien Vantard)
This commit is contained in:
Tristan Chabredier 2006-06-23 16:26:25 +00:00
parent 08bca7a21b
commit 9b2314100a
4 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2006-06-23 [wwp] 2.3.1cvs16
* src/compose.c
i18n fix (thanks to Fabien Vantard)
2006-06-22 [colin] 2.3.1cvs15
* src/prefs_customheader.c

View file

@ -1616,3 +1616,4 @@
( cvs diff -u -r 1.274.2.118 -r 1.274.2.119 src/mainwindow.c; ) > 2.3.1cvs13.patchset
( cvs diff -u -r 1.654.2.1660 -r 1.654.2.1661 configure.ac; ) > 2.3.1cvs14.patchset
( cvs diff -u -r 1.16.2.21 -r 1.16.2.22 src/prefs_customheader.c; ) > 2.3.1cvs15.patchset
( cvs diff -u -r 1.382.2.283 -r 1.382.2.284 src/compose.c; ) > 2.3.1cvs16.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=3
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=15
EXTRA_VERSION=16
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

View file

@ -6170,7 +6170,7 @@ static GtkWidget *compose_account_option_menu_create(Compose *compose)
if (ac == compose->account) def_menu = num;
name = g_markup_printf_escaped("From: <i>%s</i>",
name = g_markup_printf_escaped(_("From: <i>%s</i>"),
ac->account_name);
if (ac == compose->account) {