aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/tools/evolution-addressbook-export.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/tools/evolution-addressbook-export.c')
-rw-r--r--addressbook/tools/evolution-addressbook-export.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/tools/evolution-addressbook-export.c b/addressbook/tools/evolution-addressbook-export.c
index 3a6be69446..0793db7aad 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 ** */
@@ -150,7 +150,7 @@ main (int argc, char **argv)
action_list_cards_init (&actctx);
} else {
- g_warning (_("Unhandled error"));
+ g_warning (_("Impossible internal error."));
exit (-1);
}