From 9b2314100a87988147c76fa980cb4ae55d1714b3 Mon Sep 17 00:00:00 2001 From: Tristan Chabredier Date: Fri, 23 Jun 2006 16:26:25 +0000 Subject: [PATCH] 2006-06-23 [wwp] 2.3.1cvs16 * src/compose.c i18n fix (thanks to Fabien Vantard) --- ChangeLog | 5 +++++ PATCHSETS | 1 + configure.ac | 2 +- src/compose.c | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 95f19f24a..fc3fbbbb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/PATCHSETS b/PATCHSETS index 6051363a0..7bde631da 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -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 diff --git a/configure.ac b/configure.ac index f3ef0aba2..7b12108ae 100644 --- a/configure.ac +++ b/configure.ac @@ -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= diff --git a/src/compose.c b/src/compose.c index 52119772a..0786780e1 100644 --- a/src/compose.c +++ b/src/compose.c @@ -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: %s", + name = g_markup_printf_escaped(_("From: %s"), ac->account_name); if (ac == compose->account) { -- 2.25.1