summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-17 20:07:33 +0000
committerJim Meyering <jim@meyering.net>2000-07-17 20:07:33 +0000
commit5c05881f32bd8864a90a7bd4f5b6027c0d07b301 (patch)
tree8678fcc997e5ad3a61e466235c57ec539802bc16 /src
parent5829e323e801df6e94fddcc031d9d0d474fdd00f (diff)
downloadcoreutils-5c05881f32bd8864a90a7bd4f5b6027c0d07b301.tar.xz
(visible): Don't mark `<undef>' for translation.
The standard requires that exact string.
Diffstat (limited to 'src')
-rw-r--r--src/stty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stty.c b/src/stty.c
index c26374717..2e10809b3 100644
--- a/src/stty.c
+++ b/src/stty.c
@@ -1819,7 +1819,7 @@ visible (unsigned int ch)
char *bpout = buf;
if (ch == _POSIX_VDISABLE)
- return _("<undef>");
+ return "<undef>";
if (ch >= 32)
{