diff --git a/app/views/aspects/index.html.haml b/app/views/aspects/index.html.haml
index 985a2f327b0e0606eb50d0aa8d2cce443e214785..9fe8f897697d5be07e5a7528296c17d918e4c0dd 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 69765df54cb383912b89c96f2b71b0250fa11aac..6a4b715e9e4dff794cf73295436e14b344bd9baf 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"