From ccbba9b52e85111527342c142baf97caf47b93cf Mon Sep 17 00:00:00 2001
From: maxwell <maxwell@joindiaspora.com>
Date: Mon, 28 Mar 2011 20:09:09 -0700
Subject: [PATCH] fix translations

---
 app/views/aspects/index.html.haml | 3 +--
 config/locales/diaspora/en.yml    | 3 ++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app/views/aspects/index.html.haml b/app/views/aspects/index.html.haml
index 985a2f327b..9fe8f89769 100644
--- a/app/views/aspects/index.html.haml
+++ b/app/views/aspects/index.html.haml
@@ -29,8 +29,7 @@
           = new_request_link(@request_count)
   %h4
     = link_to 'Post to Diaspora', bookmarklet
-    from anywhere by bookmarking this link.
-
+    = t('bookmarklet.from_anywhere')
   - if @invites > 0
     .section.invite_friends
       %h4= t('shared.invitations.invite_your_friends')
diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml
index 69765df54c..6a4b715e9e 100644
--- a/config/locales/diaspora/en.yml
+++ b/config/locales/diaspora/en.yml
@@ -144,8 +144,9 @@ en:
       failure: "Failed to remove person from aspect"
       no_membership: "Could not find the selected person in that aspect"
   bookmarklet:
-    post_success: "Posted! Closeing!"
+    post_success: "Posted! Closing!"
     post_something: 'Post something to Diaspora'
+    from_anywhere: 'from anywhere by bookmarking this link.'
   comments:
     zero: "no comments"
     one: "1 comment"
-- 
GitLab