* 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:
parent
231a4bf418
commit
660e34766e
@ -93,7 +93,7 @@ class DmsfFolder < ActiveRecord::Base
|
||||
end
|
||||
|
||||
def self.directory_tree(project, current_folder = nil)
|
||||
tree = [["Documents", nil]]
|
||||
tree = [[l(:link_documents), nil]]
|
||||
DmsfFolder.project_root_folders(project).each do |folder|
|
||||
unless folder == current_folder
|
||||
tree.push(["...#{folder.title}", folder.id])
|
||||
|
||||
@ -163,6 +163,5 @@ en:
|
||||
:heading_access_downloads_emails: "Downloads/Emails"
|
||||
:heading_access_first: "First"
|
||||
:heading_access_last: "Last"
|
||||
|
||||
:label_dmsf_updated: "DMSF updated"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user