diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2006-07-29 19:54:22 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2006-07-29 19:54:22 +0000 |
commit | b862c447f16e7528a64fbf1bbeba1b4b3c8f573f (patch) | |
tree | 55d91cae14f22906041821a11818dc0dfa7cdadb /redmine/app/views/roles/new.rhtml | |
parent | 5b47d7bfcc241c6117d3ecf71c68bac90eac05fa (diff) | |
download | redmine-b862c447f16e7528a64fbf1bbeba1b4b3c8f573f.tar.gz redmine-b862c447f16e7528a64fbf1bbeba1b4b3c8f573f.zip |
Localization plugin removed (replaced with GLoc)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@14 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'redmine/app/views/roles/new.rhtml')
-rw-r--r-- | redmine/app/views/roles/new.rhtml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/redmine/app/views/roles/new.rhtml b/redmine/app/views/roles/new.rhtml index c82fb2144..11d2d9209 100644 --- a/redmine/app/views/roles/new.rhtml +++ b/redmine/app/views/roles/new.rhtml @@ -1,8 +1,7 @@ -<h2><%=_('New role')%></h2> +<h2><%=l(:label_role_new)%></h2> <%= start_form_tag ({ :action => 'new' }, :id => 'role_form') %> -<%= render :partial => 'form' %>
- -<br /><%= submit_tag _('Create') %> +<%= render :partial => 'form' %> +<%= submit_tag l(:button_create) %> <%= end_form_tag %> |