diff options
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/gui/component/addressbook.c | 4 |
1 files changed, 2 insertions, 2 deletions
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"); |