summaryrefslogtreecommitdiffstats
path: root/sys-utils/fstrim.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 /sys-utils/fstrim.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 'sys-utils/fstrim.c')
-rw-r--r--sys-utils/fstrim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/fstrim.c b/sys-utils/fstrim.c
index 7634a5337..481a4cb0c 100644
--- a/sys-utils/fstrim.c
+++ b/sys-utils/fstrim.c
@@ -315,7 +315,7 @@ int main(int argc, char **argv)
else {
rc = fstrim_filesystem(path, &range, verbose);
if (rc == 1) {
- warnx(_("%s: discard operation not supported."), path);
+ warnx(_("%s: the discard operation is not supported"), path);
rc = EXIT_FAILURE;
}
}