if (!sum) {
fprintf(stderr, _("\
%s: Device '%s' contains a valid Sun disklabel.\n\
-This probably means creating v0 swap would destroy your partition table\n\
-No swap created. If you really want to create swap v0 on that device, use\n\
-the -f option to force it.\n"),
+This probably means creating v0 swap would destroy your partition table.\n\
+No swap was created. If you really want to create v0 swap on that device,\n\
+use the -f option to force it.\n"),
program_name, device_name);
exit(1);
}
int i, ylast = y, key = 0, current = menuDefault;
if( !( menuType & ( MENU_HORIZ | MENU_VERT ) ) ) {
- print_warning(_("Menu without direction. Defaulting horizontal."));
+ print_warning(_("Menu without direction. Defaulting to horizontal."));
menuType |= MENU_HORIZ;
}
|| (i == 8 && sys != 0)))
printf(_("Consider leaving partition 9 "
"as volume header (0),\nand "
- "partition 11 as entire volume (6)"
+ "partition 11 as entire volume (6), "
"as IRIX expects it.\n\n"));
if (sys == origsys)
break;
#ifdef ONLY_LISTED_SHELLS
if (! get_shell_list (shell)) {
if (!getuid())
- printf (_("Warning: \"%s\" is not listed in /etc/shells\n"), shell);
+ printf (_("Warning: \"%s\" is not listed in /etc/shells.\n"), shell);
else {
printf (_("%s: \"%s\" is not listed in /etc/shells.\n"),
whoami, shell);
- printf( _("%s: use -l option to see list\n"), whoami );
+ printf( _("%s: Use -l option to see list.\n"), whoami );
exit(1);
}
}
case CREATOR:
printf (_("------ Semaphore Arrays Creators/Owners --------\n"));
printf (_("%-10s %-10s %-10s %-10s %-10s %-10s\n"),
- _("semid"),_("perms"),_("cuid"),_("cgid"),_("uid"),("gid"));
+ _("semid"),_("perms"),_("cuid"),_("cgid"),_("uid"),_("gid"));
break;
case TIME:
default:
printf (_("------ Semaphore Arrays --------\n"));
printf (_("%-10s %-10s %-10s %-10s %-10s\n"),
- _("key"),_("semid"),_("owner"),_("perms"),
- _("nsems"));
+ _("key"),_("semid"),_("owner"),_("perms"),_("nsems"));
break;
}