diff options
author | Andre Klapper <a9016009@gmx.de> | 2004-10-28 00:06:52 +0800 |
---|---|---|
committer | Sivaiah Nallagatla <siva@src.gnome.org> | 2004-10-28 00:06:52 +0800 |
commit | 4faa6f5a15184ac1cfc0e83a2b231053f79742b8 (patch) | |
tree | 63528c00c765b06a43127abf7c8e961923188139 /addressbook/tools | |
parent | 725a24b484a2528ba79f5625433fea08e110841f (diff) | |
download | gsoc2013-evolution-4faa6f5a15184ac1cfc0e83a2b231053f79742b8.tar gsoc2013-evolution-4faa6f5a15184ac1cfc0e83a2b231053f79742b8.tar.gz gsoc2013-evolution-4faa6f5a15184ac1cfc0e83a2b231053f79742b8.tar.bz2 gsoc2013-evolution-4faa6f5a15184ac1cfc0e83a2b231053f79742b8.tar.lz gsoc2013-evolution-4faa6f5a15184ac1cfc0e83a2b231053f79742b8.tar.xz gsoc2013-evolution-4faa6f5a15184ac1cfc0e83a2b231053f79742b8.tar.zst gsoc2013-evolution-4faa6f5a15184ac1cfc0e83a2b231053f79742b8.zip |
Fixing a typo (bug 61069).
2004-10-27 Andre Klapper <a9016009@gmx.de>
* tools/evolution-addressbook-export.c:
Fixing a typo (bug 61069).
svn path=/trunk/; revision=27738
Diffstat (limited to 'addressbook/tools')
-rw-r--r-- | addressbook/tools/evolution-addressbook-export.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ** */ |