From 0dcd39b002cff7785c38ce535f6e57d4208fefa6 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 24 Aug 2020 10:25:56 +0300 Subject: Make all messages consistent: no final periods. --- node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node.c') diff --git a/node.c b/node.c index 24b7ac5b..707d106d 100644 --- a/node.c +++ b/node.c @@ -777,7 +777,7 @@ str2wstr(NODE *n, size_t **ptr) /* Warn the user something's wrong */ if (! warned) { warned = true; - warning(_("Invalid multibyte data detected. There may be a mismatch between your data and your locale.")); + warning(_("Invalid multibyte data detected. There may be a mismatch between your data and your locale")); } /* -- cgit v1.2.3