From c351fabe58b6eabc5ff3915e15dbb90d5f10792f Mon Sep 17 00:00:00 2001 From: Zbigniew Chyla Date: Fri, 17 Aug 2001 22:10:00 +0000 Subject: Put _() instead of N_() around of the "Search" string, 2001-08-17 Zbigniew Chyla * mail-search.c (mail_search_construct): Put _() instead of N_() around of the "Search" string, gnome_dialog_constructv doesn't translate button names. svn path=/trunk/; revision=12183 --- mail/ChangeLog | 6 ++++++ mail/mail-search.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index 75b0274122..dd33957fc7 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2001-08-17 Zbigniew Chyla + + * mail-search.c (mail_search_construct): Put _() instead of N_() + around of the "Search" string, gnome_dialog_constructv doesn't + translate button names. + 2001-08-17 Jeffrey Stedfast * mail-format.c (mail_write_authenticity): We want wax-seal.png diff --git a/mail/mail-search.c b/mail/mail-search.c index 2fe682bbce..682adaf67d 100644 --- a/mail/mail-search.c +++ b/mail/mail-search.c @@ -257,7 +257,7 @@ match_cb (ESearchingTokenizer *st, MailSearch *ms) void mail_search_construct (MailSearch *ms, MailDisplay *mail) { - const gchar *buttons[] = { N_("Search"), + const gchar *buttons[] = { _("Search"), GNOME_STOCK_BUTTON_CLOSE, NULL }; gchar *title = NULL; -- cgit v1.2.3