summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 3fe52fc62..332845643 100644
--- a/sys-utils/fstrim.c
+++ b/sys-utils/fstrim.c
@@ -149,7 +149,7 @@ int main(int argc, char **argv)
SIZE_SUFFIX_SPACE,
(uint64_t) range.len);
/* TRANSLATORS: The standard value here is a very large number. */
- printf(_("%s: %s (%" PRIu64 " bytes) were trimmed\n"),
+ printf(_("%s: %s (%" PRIu64 " bytes) trimmed\n"),
path, str,
(uint64_t) range.len);
free(str);