From 51f4ac3e2500805d5d2b5d5b9631fb4154066b80 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sat, 21 Aug 2010 10:35:32 +0200 Subject: [PATCH] Consolidate printed strings --- src/language/data-io/inpt-pgm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/language/data-io/inpt-pgm.c b/src/language/data-io/inpt-pgm.c index 46228998..8cadb94b 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; } -- 2.30.2