]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
write: remove inconsistent periods from two error messages
authorBenno Schulenberg <bensberg@justemail.net>
Wed, 10 Aug 2011 19:13:44 +0000 (21:13 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 15 Aug 2011 13:49:47 +0000 (15:49 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
term-utils/write.c

index 88433620d386537f2228512c2904f850052ec1b0..b44f0e018499c2c960a5ef294d49816594f78893 100644 (file)
@@ -143,7 +143,7 @@ int main(int argc, char **argv)
                        exit(EXIT_FAILURE);
                if (!msgsok)
                        errx(EXIT_FAILURE,
-                            _("you have write permission turned off."));
+                            _("you have write permission turned off"));
 
        } else
                mytty = "<no tty>";
@@ -161,7 +161,7 @@ int main(int argc, char **argv)
                        argv[2] += 5;
                if (utmp_chk(argv[1], argv[2]))
                        errx(EXIT_FAILURE,
-                            _("%s is not logged in on %s."),
+                            _("%s is not logged in on %s"),
                             argv[1], argv[2]);
                if (term_chk(argv[2], &msgsok, &atime, 1))
                        exit(EXIT_FAILURE);