summaryrefslogtreecommitdiffstats
path: root/login-utils/lslogins.c
diff options
context:
space:
mode:
authorBenno Schulenberg2014-08-06 22:35:06 +0200
committerKarel Zak2014-08-11 14:51:54 +0200
commit1d23119072a3a117e7bb83694bd30b9d50961374 (patch)
treebaf54ddaf7016962a1b4c12bfd92c54e9379e71c /login-utils/lslogins.c
parentlscpu: clean up vmware inline asm (diff)
downloadkernel-qcow2-util-linux-1d23119072a3a117e7bb83694bd30b9d50961374.tar.gz
kernel-qcow2-util-linux-1d23119072a3a117e7bb83694bd30b9d50961374.tar.xz
kernel-qcow2-util-linux-1d23119072a3a117e7bb83694bd30b9d50961374.zip
textual: remove some inconsistent periods from error messages
While doing so, also improve translatability and some wordings. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'login-utils/lslogins.c')
-rw-r--r--login-utils/lslogins.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/login-utils/lslogins.c b/login-utils/lslogins.c
index ae1d54596..91831831a 100644
--- a/login-utils/lslogins.c
+++ b/login-utils/lslogins.c
@@ -285,7 +285,7 @@ static inline size_t err_columns_index(size_t arysz, size_t idx)
{
if (idx >= arysz)
errx(EXIT_FAILURE, _("too many columns specified, "
- "the limit is %zu columns."),
+ "the limit is %zu columns"),
arysz - 1);
return idx;
}