diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-05-30 17:42:25 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-05-30 17:42:25 +0000 |
commit | 5d2abb84bdcb8724e5d24a5299bb90f0770f6c23 (patch) | |
tree | 9c0616c2916434d808a461fe0bbef2f7e29ce6f5 /lang/en.yml | |
parent | 88dea1a06d833067e5a6d9668c4b6829e027a9f5 (diff) | |
download | redmine-5d2abb84bdcb8724e5d24a5299bb90f0770f6c23.tar.gz redmine-5d2abb84bdcb8724e5d24a5299bb90f0770f6c23.zip |
Adds a Reply link to each issue note (#739). Reply is pre-filled with the quoted note.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1480 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/en.yml')
-rw-r--r-- | lang/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/en.yml b/lang/en.yml index f9e07d211..4184a9175 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -596,6 +596,7 @@ text_destroy_time_entries_question: %.02f hours were reported on the issues you text_destroy_time_entries: Delete reported hours text_assign_time_entries_to_project: Assign reported hours to the project text_reassign_time_entries: 'Reassign reported hours to this issue:' +text_user_wrote: '%s wrote:' default_role_manager: Manager default_role_developper: Developer |