diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-02-16 10:15:19 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-02-16 10:15:19 +0000 |
commit | abb0b15407b33cbe50dc263474631c5bfcf2bd5f (patch) | |
tree | 422896e7c0096762f52ed108f450bf15f85a415d /app/views/settings | |
parent | 384a444cee694c7a8fcaeb91b421164ac255ac56 (diff) | |
download | redmine-abb0b15407b33cbe50dc263474631c5bfcf2bd5f.tar.gz redmine-abb0b15407b33cbe50dc263474631c5bfcf2bd5f.zip |
Added translation support for project modules names and a few other strings.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1151 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/settings')
-rw-r--r-- | app/views/settings/_authentication.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/_authentication.rhtml b/app/views/settings/_authentication.rhtml index a8fa63f0d..6bf20cbce 100644 --- a/app/views/settings/_authentication.rhtml +++ b/app/views/settings/_authentication.rhtml @@ -20,7 +20,7 @@ </div> <div style="float:right;"> - <%= link_to 'Manage LDAP authentication...', :controller => 'auth_sources', :action => 'list' %> + <%= link_to l(:label_ldap_authentication), :controller => 'auth_sources', :action => 'list' %> </div> <%= submit_tag l(:button_save) %> |