aboutsummaryrefslogtreecommitdiffstats
path: root/node.c
diff options
context:
space:
mode:
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"));
}
/*