From be42ccfa166d464380e7c4bcc2a376b8c9de814c Mon Sep 17 00:00:00 2001 From: danielgrippi <daniel@joindiaspora.com> Date: Tue, 15 Mar 2011 15:03:20 -0700 Subject: [PATCH] Be less glib --- app/views/posts/index.html.haml | 2 +- config/locales/diaspora/en.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/posts/index.html.haml b/app/views/posts/index.html.haml index d21ffbaa0a..db9136e5c8 100644 --- a/app/views/posts/index.html.haml +++ b/app/views/posts/index.html.haml @@ -28,7 +28,7 @@ %a.paginate = t("more") - else - = t('.nobody_likes', :tag => "##{params[:tag]}") + = t('.nobody_talking', :tag => "##{params[:tag]}") = will_paginate @posts .prepend-2.span-7.last diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml index 2c296de970..ca680ee6eb 100644 --- a/config/locales/diaspora/en.yml +++ b/config/locales/diaspora/en.yml @@ -398,7 +398,7 @@ en: index: whatup: "What's happening on %{pod}" posts_tagged_with: "Posts tagged with #%{tag}" - nobody_likes: "nobody likes %{tag}." + nobody_talking: "Nobody is talking about %{tag} yet." people_tagged_with: "People tagged with %{tag}" profiles: -- GitLab