[PATCH conductor 2/4] properly quote strings

Mo Morsi mmorsi at redhat.com
Tue Apr 17 12:15:48 UTC 2012


---
 src/config/locales/en.yml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/config/locales/en.yml b/src/config/locales/en.yml
index a3044ad..aed93f3 100644
--- a/src/config/locales/en.yml
+++ b/src/config/locales/en.yml
@@ -214,7 +214,7 @@ en:
       arch: ARCH
       deployable_xml: Deployable XML
     show:
-      name: %{name} Deployment
+      name: "%{name} Deployment"
     new:
       launch: Launch this deployment
       deployable_definition: Deployable definition
@@ -534,8 +534,8 @@ en:
     new:
       new_hwp: New Hardware Profile
     show:
-      frontend_hwp: %{name} (Front End)
-      backend_hwp: %{name} (Provider)
+      frontend_hwp: "%{name} (Front End)"
+      backend_hwp: "%{name} (Provider)"
       matching_hwp: Matching Provider Hardware Profiles
     flash:
       notice:
-- 
1.7.6.5




More information about the aeolus-devel mailing list