From 5d71aff21f90513f78b31f70f3f6b03757df34c0 Mon Sep 17 00:00:00 2001 From: Alfons Hoogervorst Date: Sun, 25 Aug 2002 11:54:54 +0000 Subject: [PATCH 1/1] * src/selective_download.c mark two more translatable strings --- ChangeLog.claws | 6 ++++++ configure.in | 2 +- src/selective_download.c | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog.claws b/ChangeLog.claws index 171dcb196..68797bfed 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,9 @@ +2002-08-25 [alfons] 0.8.1claws118 + + * src/selective_download.c + mark two strings as translatable + (thanks to Urke MMI for pointing this out) + 2002-08-25 [alfons] 0.8.1claws117 * src/summaryview.c diff --git a/configure.in b/configure.in index bd2d17fc4..f7047756d 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ MINOR_VERSION=8 MICRO_VERSION=1 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws117 +EXTRA_VERSION=claws118 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target diff --git a/src/selective_download.c b/src/selective_download.c index 3e99a6bdf..34e2e970f 100644 --- a/src/selective_download.c +++ b/src/selective_download.c @@ -388,7 +388,7 @@ static void sd_update_msg_num(PrefsAccount *acc) msg_num++; } - text = g_strdup_printf("%i Messages", msg_num); + text = g_strdup_printf(_("%i Messages"), msg_num); gtk_label_set_text(GTK_LABEL(selective.msgs_label), text); g_free(text); @@ -750,7 +750,7 @@ static void sd_window_create(MainWindow *mainwin) (GtkAttachOptions) (GTK_FILL), (GtkAttachOptions) (GTK_FILL), 0, 0); - show_old_chkbtn = gtk_check_button_new_with_label("Show only old messages"); + show_old_chkbtn = gtk_check_button_new_with_label(_("Show only old messages")); gtk_box_pack_start (GTK_BOX(bottom_hbox), show_old_chkbtn, FALSE, FALSE, 0); gtk_signal_connect (GTK_OBJECT(show_old_chkbtn), "toggled", -- 2.25.1