From 97b820bffdd915893c7e6eeb9cbdcbf3388862fa Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 5 Jun 2013 21:58:13 +0200 Subject: textual: improve clarity of some error messages Reported-by: Petr Písař Signed-off-by: Benno Schulenberg --- sys-utils/losetup.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys-utils/losetup.c') diff --git a/sys-utils/losetup.c b/sys-utils/losetup.c index 287761a3c..5dd3c6c3e 100644 --- a/sys-utils/losetup.c +++ b/sys-utils/losetup.c @@ -396,11 +396,11 @@ static void warn_size(const char *filename, uint64_t size) } if (size < 512) - warnx(_("%s: warning: file smaller than 512 bytes, the loop device " - "maybe be useless or invisible for system tools."), + warnx(_("%s: Warning: file is smaller than 512 bytes; the loop device " + "may be useless or invisible for system tools."), filename); else if (size % 512) - warnx(_("%s: warning: file does not fit into a 512-byte sector " + warnx(_("%s: Warning: file does not fit into a 512-byte sector; " "the end of the file will be ignored."), filename); } -- cgit v1.2.3-55-g7522