[PATCH conductor] BZ#788143 Fix missing translation on hwp deletion

Jozef Zigmund jzigmund at redhat.com
Mon Feb 20 15:32:09 UTC 2012


On Friday 17 February 2012 12:57:59 tsedovic at redhat.com wrote:
> From: Tomas Sedovic <tomas at sedovic.cz>
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=788143
> 
> The error message for deleting multiple hardware profiles was missing.
> ---
>  src/config/locales/en.yml |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/src/config/locales/en.yml b/src/config/locales/en.yml
> index f471d78..2bf850a 100644
> --- a/src/config/locales/en.yml
> +++ b/src/config/locales/en.yml
> @@ -520,6 +520,9 @@ en:
>            other: Hardware Profiles %{deleted} were deleted.
>        error:
>          not_deleted: "Hardware profile was not deleted!"
> +        more_not_deleted:
> +          one: "%{not_deleted} could not be deleted"
> +          other: "Could not delete the following hardware profiles:
> %{not_deleted}" warning:
>          cannot_edit_backend_hwp: "Cannot modify Provider Hardware Profiles"
> cannot_delete_backend_hwp: "Cannot delete Provider Hardware Profiles"

ACK. You should make a patch with product's naming.



More information about the aeolus-devel mailing list