Re: [PATCH] textual: fix spellos and inconsistencies in several program messages

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> -		ui_warn(_("Cannot open: %s"), buf);
> +		ui_warn(_("Cannot open %s"), buf);

> -		ui_warn(_("Cannot open: %s"), buf);
> +		ui_warn(_("Cannot open %s"), buf);

> -		fdisk_warn(cxt, _("Cannot open: %s"), filename);
> +		fdisk_warn(cxt, _("Cannot open %s"), filename);

> -		fdisk_warn(cxt, _("Cannot open: %s"), filename);
> +		fdisk_warn(cxt, _("Cannot open %s"), filename);

> -		warn(_("cannot open: %s"), devname);
> +		warn(_("cannot open %s"), devname);

> -			warn(_("cannot open: %s"), dev);
> +			warn(_("cannot open %s"), dev);

> -		warn(_("cannot open: %s"), devname);
> +		warn(_("cannot open %s"), devname);

> -					"--map-root-user are mutually exclusive."));
> +					"--map-root-user are mutually exclusive"));

> -			log_warn(_("cannot open: %s: %m"), _PATH_OS_RELEASE);
> +			log_warn(_("cannot open %s: %m"), _PATH_OS_RELEASE);

> -		err(EXIT_FAILURE, _("cannot open: %s"), AGETTY_RELOAD_FILENAME);
> +		err(EXIT_FAILURE, _("cannot open %s"), AGETTY_RELOAD_FILENAME);

Hey Benno, I thought we weren't allowed to make changes for punctuation only!

--
To unsubscribe from this list: send the line "unsubscribe util-linux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux