[evolution-patches] fix for bug 61069



hi all,

this patch fixes bug 61069 and should go into HEAD (2.1), but not into
2.0.x-branch.
please commit since i do not have cvs write access.

for any feedback please cc me since i am not a member of this list.

cheers,
andre


-- 
 mailto:ak-47 gmx net | failed!
 http://www.iomc.de
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/ChangeLog,v
retrieving revision 1.1841
diff -u -r1.1841 ChangeLog
--- ChangeLog	7 Oct 2004 01:33:09 -0000	1.1841
+++ ChangeLog	22 Oct 2004 00:18:44 -0000
@@ -1,3 +1,8 @@
+2004-10-22  Andre Klapper  <a9016009 gmx de>
+
+	* tools/evolution-addressbook-export.c: 
+	Fixing a typo (bug 61069).
+
 2004-10-06  Not Zed  <NotZed Ximian com>
 
 	* gui/component/addressbook-view.c (popup_event_callback): 
Index: evolution-addressbook-export.c
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/tools/evolution-addressbook-export.c,v
retrieving revision 1.4
diff -u -r1.4 evolution-addressbook-export.c
--- evolution-addressbook-export.c	23 Sep 2004 20:59:39 -0000	1.4
+++ evolution-addressbook-export.c	22 Oct 2004 00:12:56 -0000
@@ -60,7 +60,7 @@
 		{"format", '\0', POPT_ARG_STRING, &output_format, 0, N_("Show cards as vcard or csv file"), N_("[vcard|csv]")},
 		{"async", 'a', POPT_ARG_NONE, &async_mode, 0, N_("Export in asynchronous mode "), NULL},
 		{"size", '\0', POPT_ARG_INT, &file_size, 0,
-		 N_("The number of cards in one output file in asychronous mode,default size 100."), N_("NUMBER")},
+		 N_("The number of cards in one output file in asychronous mode, default size 100."), N_("NUMBER")},
 		{NULL, '\0', 0, NULL, 0, NULL, NULL}
 	};
 	/* popttable end ** */

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]