From: John Darrington Date: Sat, 21 Aug 2010 08:35:32 +0000 (+0200) Subject: Consolidate printed strings X-Git-Tag: sav-api~100 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=51f4ac3e2500805d5d2b5d5b9631fb4154066b80 Consolidate printed strings --- diff --git a/src/language/data-io/inpt-pgm.c b/src/language/data-io/inpt-pgm.c index 462289987b..8cadb94b1e 100644 --- a/src/language/data-io/inpt-pgm.c +++ b/src/language/data-io/inpt-pgm.c @@ -285,7 +285,7 @@ cmd_reread (struct lexer *lexer, struct dataset *ds) if (e) { - msg (SE, _("COLUMN subcommand multiply specified.")); + msg (SE, _("%s subcommand may be given at most once."), "COLUMN"); expr_free (e); return CMD_CASCADING_FAILURE; }