aboutsummaryrefslogtreecommitdiffstats
path: root/node.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-08-24 10:25:56 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-08-24 10:25:56 +0300
commit0dcd39b002cff7785c38ce535f6e57d4208fefa6 (patch)
tree018a891250ad289b54fa8f28099110e697952ccb /node.c
parente71664615529f419082b373ea7e44c35b0595a97 (diff)
downloadegawk-0dcd39b002cff7785c38ce535f6e57d4208fefa6.tar.gz
egawk-0dcd39b002cff7785c38ce535f6e57d4208fefa6.tar.bz2
egawk-0dcd39b002cff7785c38ce535f6e57d4208fefa6.zip
Make all messages consistent: no final periods.
Diffstat (limited to 'node.c')
-rw-r--r--node.c2
1 files changed, 1 insertions, 1 deletions
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"));
}
/*