[PATCH 1/6 conductor] properly add quotes to locale strings which require it

Mo Morsi mmorsi at redhat.com
Thu Feb 16 22:09:51 UTC 2012


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

diff --git a/src/config/locales/en.yml b/src/config/locales/en.yml
index b23efe4..1faa356 100644
--- a/src/config/locales/en.yml
+++ b/src/config/locales/en.yml
@@ -3,8 +3,8 @@ en:
   datetime:
     distance_in_words:
       x_hours:
-        one: 1 hour
-        other: %{count} hours
+        one: "1 hour"
+        other: "%{count} hours"
   users:
     users_groups: "Users & Groups"
     return_to: "Return to:"
@@ -179,7 +179,7 @@ en:
       finalize: Finalize
       reference: "Reference to %{assembly}'s return parameter: %{parameter}"
     overview:
-      pool_name: %{pool} Pool
+      pool_name: "%{pool} Pool"
       header: Deploy "%{deployment}" to %{pool} Pool?
       confirmation:
         Are you sure you wish to deploy "%{deployment}" to the %{pool} Pool? Doing
@@ -422,11 +422,11 @@ en:
       catalog: Catalog
       catalog_entry: Deployable
       image: "Image:"
-      pushed: %{uuid} pushed to %{provider}
+      pushed: "%{uuid} pushed to %{provider}"
     properties:
       properties: Properties for %{pool}
     header_show:
-      pool_name: %{name} Pool
+      pool_name: "%{name} Pool"
     flash:
       notice:
         added: Pool added.
@@ -695,7 +695,7 @@ en:
         delete_failed: Unable to Delete Target Image
         not_found: Target Image not found
   images:
-    environment: %{environment} Environment
+    environment: "%{environment} Environment"
     import:
       import_image: Import Image
       provider_account: Provider Account
-- 
1.7.6.5




More information about the aeolus-devel mailing list