X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fsource-init-opts.c;h=a984b3d099546d59b09b1487e1ec0e832ed3cb67;hb=173d1687aea88e0e5e1b1d8615ed68ebefb15d08;hp=c91a9fef1a8956c4bd856d58fa26fd998194df69;hpb=4277d80790ded2c83d81a34ed536abe95c925d45;p=pspp diff --git a/src/ui/source-init-opts.c b/src/ui/source-init-opts.c index c91a9fef1a..a984b3d099 100644 --- a/src/ui/source-init-opts.c +++ b/src/ui/source-init-opts.c @@ -74,8 +74,10 @@ source_init_option_callback (int id, void *ss_) else if (!strcmp (optarg, "enhanced")) settings_set_algorithm (ENHANCED); else + /* TRANSLATORS: Leave the words `compatible' and `enhanced' in their + original English. */ error (1, 0, - _("Algorithm must be either \"compatible\" or \"enhanced\".")); + _("Algorithm must be either `compatible' or `enhanced'.")); break; case OPT_INCLUDE: @@ -99,8 +101,10 @@ source_init_option_callback (int id, void *ss_) else if (!strcmp (optarg, "enhanced")) settings_set_syntax (ENHANCED); else + /* TRANSLATORS: Leave the words `compatible' and `enhanced' in their + original English. */ error (1, 0, - _("Syntax must be either \"compatible\" or \"enhanced\".")); + _("Syntax must be either `compatible' or `enhanced'.")); break; default: