diff options
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 4 | ||||
-rw-r--r-- | addressbook/tools/evolution-addressbook-export.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index ce31151e85..af142b141f 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,7 @@ +2007-07-20 Claude Paroz <claude@2xlibre.net> + + * tools/evolution-addressbook-export.c: Minor typo. + 2007-07-09 Matthew Barnes <mbarnes@redhat.com> * gui/widgets/e-addressbook-view.c: (init_collection) diff --git a/addressbook/tools/evolution-addressbook-export.c b/addressbook/tools/evolution-addressbook-export.c index b99925d279..47ccd2a41f 100644 --- a/addressbook/tools/evolution-addressbook-export.c +++ b/addressbook/tools/evolution-addressbook-export.c @@ -60,7 +60,7 @@ static GOptionEntry entries[] = { N_("Export in asynchronous mode") }, { "size", '\0', 0, G_OPTION_ARG_INT, &opt_file_size, - N_("The number of cards in out output file in asynchronous mode, " + N_("The number of cards in one output file in asynchronous mode, " "default size 100."), N_("NUMBER") }, { G_OPTION_REMAINING, '\0', 0, |