From d97b2e186691653745e8b81546451f43e6bf4c61 Mon Sep 17 00:00:00 2001
From: AurelioAHeckert
Date: Sun, 7 Sep 2008 20:28:40 +0000
Subject: [PATCH] ActionItem662: "I want to participate!"
---
app/views/account/_login_form.rhtml | 2 +-
app/views/account/login.rhtml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app/views/account/_login_form.rhtml b/app/views/account/_login_form.rhtml
index 8fa77df..a652ca0 100644
--- a/app/views/account/_login_form.rhtml
+++ b/app/views/account/_login_form.rhtml
@@ -1,6 +1,6 @@
<% labelled_form_for :user, @user,
:url => login_url,
- :html => { :help => _('If you are a registered user, enter your username and password to be authenticated.')+''+_('To join on this environment, click on "I want to be an user!".')+''+_('If you forgot your password, click on "I forgot my password!" link.') } do |f| %>
+ :html => { :help => _('If you are a registered user, enter your username and password to be authenticated.')+''+_('To join on this environment, click on "I want to participate!".')+''+_('If you forgot your password, click on "I forgot my password!" link.') } do |f| %>
<%= f.text_field :login,
:id => ( lightbox? ? 'lightbox_' : '' ) + 'user_login',
diff --git a/app/views/account/login.rhtml b/app/views/account/login.rhtml
index 07342da..c9af728 100644
--- a/app/views/account/login.rhtml
+++ b/app/views/account/login.rhtml
@@ -6,7 +6,7 @@
<% labelled_form_for :user, @user,
:url => login_url,
- :html => { :help => _('If you are a registered user, enter your username and password to be authenticated.')+''+_('To join on this environment, click on "I want to be an user!".')+''+_('If you forgot your password, click on "I forgot my password!" link.') } do |f| %>
+ :html => { :help => _('If you are a registered user, enter your username and password to be authenticated.')+''+_('To join on this environment, click on "I want to participate!".')+''+_('If you forgot your password, click on "I forgot my password!" link.') } do |f| %>
<%= f.text_field :login,
:id => ( lightbox? ? 'lightbox_' : '' ) + 'user_login',
@@ -29,7 +29,7 @@
-<%= link_to _("I want to be an user!"), :controller => 'account', :action => 'signup' %>
+<%= link_to _("I want to participate!"), :controller => 'account', :action => 'signup' %>
--
libgit2 0.21.2