]> git.deb.at Git - pkg/abook.git/blobdiff - abook.c
- spelling fixes (Cedric Duval & co)
[pkg/abook.git] / abook.c
diff --git a/abook.c b/abook.c
index c2367bbec44bf18c76986fa0df9086c48eae4124..daffe43adab1bd0245e63d4684b469d4f1fe2bc5 100644 (file)
--- a/abook.c
+++ b/abook.c
@@ -407,7 +407,7 @@ show_usage()
                "add the sender to the addressbook"));
        puts    (_("    --add-email-quiet               "
                "same as --add-email but doesn't\n"
-               "                                       confirm adding"));
+               "                                       require to confirm adding"));
        putchar('\n');
        puts    (_("    --convert                       convert address book files"));
        puts    (_("    options to use with --convert:"));
@@ -737,7 +737,7 @@ add_email_add_item(int quiet, char *name, char *email)
 
                do {
                        /* TODO gettext: handle translated keypresses? */
-                       printf(_("Add ``%s <%s>'' to %s ? (y/n)\n"),
+                       printf(_("Add \"%s <%s>\" to %s? (y/n)\n"),
                                        name,
                                        email,
                                        datafile);