diff --git a/app/views/aspects/_aspect_stream.haml b/app/views/aspects/_aspect_stream.haml
index aaf946e56b3129ab1945aa816a529455b8c7ac48..8c1a2697d7e00fa75d5bd2b5ce18cb00b443d6d8 100644
--- a/app/views/aspects/_aspect_stream.haml
+++ b/app/views/aspects/_aspect_stream.haml
@@ -5,7 +5,7 @@
 
 = render 'shared/publisher', :aspect => aspect, :aspect_ids => aspect_ids
 .prepend-11
-  sort by: 
+  = t('.sort_by')
   = link_to_if(params[:created_at], t('.activity'), aspects_path(:a_ids => params[:a_ids])) 
   |
   = link_to_unless(params[:created_at], t('.post_time'), aspects_path(:a_ids => params[:a_ids], :created_at => true ))
diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml
index e68287276f42da4d027ef7f78991f9a549f043df..4521f01b4ced1a6479b63ca1a2ef8dd77b0d1089 100644
--- a/config/locales/diaspora/en.yml
+++ b/config/locales/diaspora/en.yml
@@ -32,8 +32,8 @@ en:
   _comments: "Comments"
   _comment: "Comment"
   more: "More"
-  next: 'next'
-  previous: 'previous'
+  next: "next"
+  previous: "previous"
   contacts:
     zero:   "no contacts"
     one:    "1 contact"
@@ -47,7 +47,7 @@ en:
       accepts: "Once %{name} accepts, you'll start seeing each other's posts on Diaspora"
       add_new_aspect: "add to new aspect" 
     create:
-      failure: 'Failed to create contact'
+      failure: "Failed to create contact"
   new_requests:
     zero:   "no new requests"
     one:    "new request!"
@@ -111,7 +111,7 @@ en:
         have_a_problem: "Have a problem? Find an answer here"
         your_aspects: "your aspects"
         logged_in_as: "logged in as %{name}"
-        toggle: 'toggle mobile site'
+        toggle: "toggle mobile site"
   shared:
       publisher:
           mention_helper_text: "to mention someone, press '@' and start typing their name"
@@ -170,8 +170,9 @@ en:
       aspect_contacts:
           done_editing: "done editing"
       aspect_stream:
-        activity: 'activity'
-        post_time: 'post time'
+        sort_by: "sort by:"
+        activity: "activity"
+        post_time: "post time"
       show:
           edit_aspect: "edit aspect"
       no_contacts_message:
@@ -224,8 +225,8 @@ en:
       comment_on_post: "commented on your"
       also_commented: "also commented on your contact's"
       mentioned: "has mentioned you in their"
-      post: 'post'
-      deleted: 'deleted'
+      post: "post"
+      deleted: "deleted"
       index:
         notifications: "Notifications"
         mark_all_as_read: "Mark All as Read"