X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=filter.c;h=7cac1f7c227e04746e6f61f7e7e99b5e00e08624;hb=310ae766b208c4dab933b574326013902aaf0328;hp=1d93d62bee2fcdc9c2c493d4f56fa8ad4fd98efd;hpb=a07d2a804360c52a8630ae22d7a123de13bc0d91;p=pkg%2Fabook.git diff --git a/filter.c b/filter.c index 1d93d62..7cac1f7 100644 --- a/filter.c +++ b/filter.c @@ -84,7 +84,7 @@ struct abook_output_filter e_filters[] = { { "pine", N_("pine addressbook"), pine_export_database }, { "gcrd", N_("GnomeCard (VCard) addressbook"), gcrd_export_database }, { "csv", N_("comma separated values"), csv_export_database }, - { "allcsv", N_("comma separated all values"), allcsv_export_database }, + { "allcsv", N_("comma separated values (all fields)"), allcsv_export_database }, { "palmcsv", N_("Palm comma separated values"), palm_export_database}, { "elm", N_("elm alias"), elm_alias_export }, { "text", N_("plain text"), text_export_database },