Fixes: https://github.com/util-linux/util-linux/issues/2689
Signed-off-by: Karel Zak <kzak@redhat.com>
"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; "
- "the end of the file will be ignored."),
+ warnx(_("%s: Warning: file does not end on a 512-byte sector boundary; "
+ "the remaining end of the file will be ignored."),
filename);
}