aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@src.gnome.org>2000-10-31 08:22:53 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2000-10-31 08:22:53 +0800
commit7c3fad23b7c212cc96606a44e81d43e65b85acf8 (patch)
tree03e7bdfe48281c023698a1cd45f578dd25209b22
parent4ac107769e4ac89e0b9595a6ed7a9539f4ef64fa (diff)
downloadgsoc2013-evolution-7c3fad23b7c212cc96606a44e81d43e65b85acf8.tar.gz
gsoc2013-evolution-7c3fad23b7c212cc96606a44e81d43e65b85acf8.tar.zst
gsoc2013-evolution-7c3fad23b7c212cc96606a44e81d43e65b85acf8.zip
Mark two strings correctly
svn path=/trunk/; revision=6284
-rw-r--r--addressbook/gui/component/addressbook.c4
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");
'>* Update to 1.3.2.adamw2004-10-143-3/+7 * Register conflicts between elmo and elmo-devel.adamw2004-08-081-0/+2 * Update to elmo-devel-1.3.1.adamw2004-08-084-7/+14 * Fix build with -stable.adamw2004-08-074-1/+34 * Update to 1.2.0. Lots of tweaks. Much has changed since theadamw2004-08-075-58/+44 * - Use USE_ICONV knobkrion2004-03-311-2/+1 * Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-3/+3 * Add size data.trevor2004-01-281-0/+1 * Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1 * Add Sourceforge site, to make fetchable.trevor2004-01-151-2/+5 * Enable compilation on 4.9-PRERELEASE.trevor2003-09-281-0/+20 * Fix libintl version number.trevor2003-09-281-2/+2 * Use the INFO variable.trevor2003-09-281-5/+2 * USE_PERL5 for elmoconf.pltrevor2003-09-281-0/+2