From 2772c15f5e953f91c812cf9e7ce6ac9c2d23bfe6 Mon Sep 17 00:00:00 2001 From: Vivek Jain Date: Tue, 19 Jul 2005 11:00:16 +0000 Subject: Marked strings for translation 2005-07-19 Vivek Jain * junk-mail-settings.c: Marked strings for translation svn path=/trunk/; revision=29800 --- plugins/groupwise-features/share-folder-common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/groupwise-features/share-folder-common.c') diff --git a/plugins/groupwise-features/share-folder-common.c b/plugins/groupwise-features/share-folder-common.c index cde5069a34..330aa831c7 100644 --- a/plugins/groupwise-features/share-folder-common.c +++ b/plugins/groupwise-features/share-folder-common.c @@ -348,13 +348,13 @@ org_gnome_create_option(EPlugin *ep, EMPopupTargetFolder *t) { GSList *menus = NULL; int i = 0; - static int first =1; + static int first = 0; if (! g_strrstr (t->uri, "groupwise://")) return ; /* for translation*/ - if (first) { + if (!first) { popup_items[0].label = _(popup_items[0].label); } -- cgit v1.2.3