From 4faa6f5a15184ac1cfc0e83a2b231053f79742b8 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Wed, 27 Oct 2004 16:06:52 +0000 Subject: Fixing a typo (bug 61069). 2004-10-27 Andre Klapper * tools/evolution-addressbook-export.c: Fixing a typo (bug 61069). svn path=/trunk/; revision=27738 --- addressbook/ChangeLog | 5 +++++ addressbook/tools/evolution-addressbook-export.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index b98744d64e..37aecf71cb 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2004-10-27 Andre Klapper + + * tools/evolution-addressbook-export.c: + Fixing a typo (bug 61069). + 2004-10-26 Andre Klapper Fixes #61972. diff --git a/addressbook/tools/evolution-addressbook-export.c b/addressbook/tools/evolution-addressbook-export.c index 0fc31587a1..3a6be69446 100644 --- a/addressbook/tools/evolution-addressbook-export.c +++ b/addressbook/tools/evolution-addressbook-export.c @@ -60,7 +60,7 @@ main (int argc, char **argv) {"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 ** */ -- cgit v1.2.3