These were caused by multi-line strings missing a space at the line
break. Thanks to translator Phillipp Thomas for noticing these typo's.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
textdomain(NLS_CAT_NAME);
#endif
if (argc == 1) {
- fprintf(stderr, _("Usage: %s device...\n\nPrints out the"
+ fprintf(stderr, _("Usage: %s device...\n\nPrints out the "
"partition information for each given device.\n"),
"For example: %s /dev/hda\n\n", argv[0], argv[0]);
exit(1);
return 0;
#else
- printf(_("Filesystem at %s is mounted on %s, and on-line resizing is"
+ printf(_("Filesystem at %s is mounted on %s, and on-line resizing is "
"not supported on this system.\n"), fs->device_name, mtpt);
exit(1);
#endif