* fixed Issue 109: Improve translation

git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@183 5e329b0b-a2ee-ea63-e329-299493fc886d
This commit is contained in:
vit.jonas@gmail.com 2011-07-02 15:36:37 +00:00
parent 231a4bf418
commit 660e34766e
2 changed files with 1 additions and 2 deletions

View File

@ -93,7 +93,7 @@ class DmsfFolder < ActiveRecord::Base
end end
def self.directory_tree(project, current_folder = nil) def self.directory_tree(project, current_folder = nil)
tree = [["Documents", nil]] tree = [[l(:link_documents), nil]]
DmsfFolder.project_root_folders(project).each do |folder| DmsfFolder.project_root_folders(project).each do |folder|
unless folder == current_folder unless folder == current_folder
tree.push(["...#{folder.title}", folder.id]) tree.push(["...#{folder.title}", folder.id])

View File

@ -163,6 +163,5 @@ en:
:heading_access_downloads_emails: "Downloads/Emails" :heading_access_downloads_emails: "Downloads/Emails"
:heading_access_first: "First" :heading_access_first: "First"
:heading_access_last: "Last" :heading_access_last: "Last"
:label_dmsf_updated: "DMSF updated" :label_dmsf_updated: "DMSF updated"