From ad564f3edba7f05b3467d7b2ed6caadad6273191 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Wed, 25 Jul 2007 18:27:42 +0000 Subject: [PATCH] ActionItem9: adding a little bit of information to the messages --- app/views/account/index.rhtml | 4 +++- app/views/account/index_anonymous.rhtml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/views/account/index.rhtml b/app/views/account/index.rhtml index d4f7b6d..80a2d9f 100644 --- a/app/views/account/index.rhtml +++ b/app/views/account/index.rhtml @@ -1,3 +1,5 @@ +

<%= _('Account options') %>

+

<%= link_to _('Change password.'), :action => 'change_password' %> <%= _('It is a good idea to change your password from times to times.') %> @@ -10,5 +12,5 @@

<%= link_to _('Logout.'), :action => 'logout' %> -<%= _('It is always a good idea to make a logout when you finish using.')%> +<%= _('It is always a good idea to make a logout when you finish using the virtual community.')%>

diff --git a/app/views/account/index_anonymous.rhtml b/app/views/account/index_anonymous.rhtml index e622f8f..4089195 100644 --- a/app/views/account/index_anonymous.rhtml +++ b/app/views/account/index_anonymous.rhtml @@ -1,3 +1,5 @@ +

<%= _('Identify yourself') %>

+

<%= link_to _('Login.'), :action => 'login' %> <%= _('You need to login to be able to use all the features in this virtual community.') %> @@ -5,5 +7,5 @@

<%= link_to _('Sign up.'), :action => 'signup' %> -<%= _('Register as a user to become a member of this virtual community.') %> +<%= _('If you are not an user already, you can register now to become a member of this virtual community.') %>

-- libgit2 0.21.2