diff --git a/app/views/aspects/index.html.haml b/app/views/aspects/index.html.haml
index 985a2f327..9fe8f8976 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 69765df54..6a4b715e9 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"