diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-06-14 18:26:27 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-06-14 18:26:27 +0000 |
commit | f2acb56041b997812f4a2dc2e7258a16572df7d1 (patch) | |
tree | 46ae163fbeeba9ff056a448773632ba7620964b9 /lang/en.yml | |
parent | ff1343882ab9a1161b0c1308b65b66630c5b946e (diff) | |
download | redmine-f2acb56041b997812f4a2dc2e7258a16572df7d1.tar.gz redmine-f2acb56041b997812f4a2dc2e7258a16572df7d1.zip |
A wiki page can now be attached to each version.
For that, edit the version and set the wiki page name (project wiki must be enabled).
The wiki page content is displayed for each version on the roadmap view.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@564 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 1cc12605b..6c3c38f78 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -346,6 +346,7 @@ label_all_words: All words label_wiki: Wiki label_wiki_edit: Wiki edit label_wiki_edit_plural: Wiki edits +label_wiki_page: Wiki page label_wiki_page_plural: Wiki pages label_page_index: Index label_current_version: Current version |