From 7c3fad23b7c212cc96606a44e81d43e65b85acf8 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Tue, 31 Oct 2000 00:22:53 +0000 Subject: Mark two strings correctly svn path=/trunk/; revision=6284 --- addressbook/gui/component/addressbook.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'addressbook/gui/component') diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index 22ab0516fb..6401654751 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -307,13 +307,13 @@ update_view_type (AddressbookView *view) case E_ADDRESSBOOK_VIEW_TABLE: if (uic) bonobo_ui_component_set_prop (uic, "/menu/View/AsTable", - "label", N_("As _Minicards"), NULL); + "label", _("As _Minicards"), NULL); break; case E_ADDRESSBOOK_VIEW_MINICARD: if (uic) bonobo_ui_component_set_prop (uic, "/menu/View/AsTable", - "label", N_("As _Table"), NULL); + "label", _("As _Table"), NULL); break; default: g_warning ("view_type must be either TABLE or MINICARD\n"); -- cgit v1.2.3