From b533d31faddb8cdb58b04cdc3c8bd3350e9e746f Mon Sep 17 00:00:00 2001 From: Dan Hansen Date: Sun, 23 Jan 2011 23:47:51 -0600 Subject: [PATCH] make the footer not so useless --- app/views/shared/_stream.haml | 3 +-- config/locales/diaspora/en.yml | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/shared/_stream.haml b/app/views/shared/_stream.haml index 6197c11ef..e09ebbc17 100644 --- a/app/views/shared/_stream.haml +++ b/app/views/shared/_stream.haml @@ -7,7 +7,6 @@ - for post in posts = render 'shared/stream_element', :post => post, :all_aspects => @all_aspects, :commenting_disabled => defined?(@commenting_disabled) %a.paginate - = t("_more") - + = t("more") - else = render 'aspects/no_posts_message', :post_count => posts.length diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml index 80545bfe0..18db07bc6 100644 --- a/config/locales/diaspora/en.yml +++ b/config/locales/diaspora/en.yml @@ -31,6 +31,7 @@ en: _more: "More" _comments: "Comments" _comment: "Comment" + more: "More" next: 'next' previous: 'previous' contacts: