From: Ben Pfaff Date: Mon, 14 Aug 2006 01:06:59 +0000 (+0000) Subject: Error message needs a period at end of sentence. X-Git-Tag: v0.6.0~743 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84e4d346b557748b62d43158c1b50f655e357f9f;p=pspp-builds.git Error message needs a period at end of sentence. --- diff --git a/src/language/dictionary/formats.c b/src/language/dictionary/formats.c index c5676234..4bc6e3f4 100644 --- a/src/language/dictionary/formats.c +++ b/src/language/dictionary/formats.c @@ -89,7 +89,7 @@ internal_cmd_formats (int which) if (!lex_match ('(')) { - msg (SE, _("`(' expected after variable list")); + msg (SE, _("`(' expected after variable list.")); goto fail; } if (!parse_format_specifier (&f)