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

tsedovic at redhat.com tsedovic at redhat.com
Fri Feb 17 11:57:59 UTC 2012


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"
-- 
1.7.6.5




More information about the aeolus-devel mailing list