From bf661b69c99feebc5616149ae6a29052c12fef60 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Tue, 22 Mar 2011 19:08:16 -0300 Subject: [PATCH] Changing friends online to friends in chat --- app/views/layouts/chat.rhtml | 2 +- features/chat.feature | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/layouts/chat.rhtml b/app/views/layouts/chat.rhtml index c616a04..076cade 100644 --- a/app/views/layouts/chat.rhtml +++ b/app/views/layouts/chat.rhtml @@ -26,7 +26,7 @@
-

<%= _("%s - Friends online (%d)") % [h(page_title), 0] %>

+

<%= _("%s - Friends in chat (%d)") % [h(page_title), 0] %>