From a64850e2f89987201cbc183aad695fd1d84ea5ac Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Fri, 30 Dec 2005 04:46:09 +0000 Subject: fixed two strings for consistency. Fixes bug 325127 and partially bug 2005-12-30 Andre Klapper * csv-format.c: fixed two strings for consistency. Fixes bug 325127 and partially bug 325125. svn path=/trunk/; revision=30975 --- plugins/save-calendar/csv-format.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/save-calendar') diff --git a/plugins/save-calendar/csv-format.c b/plugins/save-calendar/csv-format.c index e4c8cf8f50..de6c55ce8a 100644 --- a/plugins/save-calendar/csv-format.c +++ b/plugins/save-calendar/csv-format.c @@ -382,7 +382,7 @@ do_save_calendar_csv (FormatHandler *handler, EPlugin *ep, ECalPopupTargetSource gint i=0; static gchar *labels[] = { - N_("Uid"), + N_("UID"), N_("Summary"), N_("Description List"), N_("Categories List"), @@ -395,7 +395,7 @@ do_save_calendar_csv (FormatHandler *handler, EPlugin *ep, ECalPopupTargetSource N_("Due"), N_("percent Done"), N_("Priority"), - N_("Url"), + N_("URL"), N_("Attendees List"), N_("Location"), N_("Modified"), -- cgit v1.2.3