diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-11-19 13:50:30 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-11-19 13:50:30 +0000 |
commit | af29408e831dcfbdd95701e3c75f420f7975b079 (patch) | |
tree | ca9de445540e0c7032a7d6a4d934c01543ff2ca2 /config/locales/en.yml | |
parent | 42e65685521d32c5cef1a2de426efb87a8d9f672 (diff) | |
download | redmine-af29408e831dcfbdd95701e3c75f420f7975b079.tar.gz redmine-af29408e831dcfbdd95701e3c75f420f7975b079.zip |
Add "Table of contents" heading to toc macro (#23179).
git-svn-id: http://svn.redmine.org/redmine/trunk@15992 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index eae146951..e0ebe3bf1 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1000,6 +1000,7 @@ en: label_relations: Relations label_new_project_issue_tab_enabled: Display the "New issue" tab label_new_object_tab_enabled: Display the "+" drop-down + label_table_of_contents: Table of contents label_font_default: Default font label_font_monospace: Monospaced font label_font_proportional: Proportional font |