--- misc/partinfo.c +++ misc/partinfo.c @@ -43,7 +43,7 @@ #endif if (argc == 1) { fprintf(stderr, _("Usage: %s device...\n\nPrints out the" - "partition information for each given device.\n"), + " partition information for each given device.\n"), "For example: %s /dev/hda\n\n", argv[0], argv[0]); exit(1); } --- resize/online.c +++ resize/online.c @@ -178,7 +178,7 @@ return 0; #else printf(_("Filesystem at %s is mounted on %s, and on-line resizing is" - "not supported on this system.\n"), fs->device_name, mtpt); + " not supported on this system.\n"), fs->device_name, mtpt); exit(1); #endif }