From 6f0050da480a6bd5e9cbd27bf10cab4ee217dcbc Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 15 Jan 2018 17:25:18 +0300 Subject: [PATCH] [DE] Change settings for table of contents. --- apps/documenteditor/main/app/view/TableOfContentsSettings.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/documenteditor/main/app/view/TableOfContentsSettings.js b/apps/documenteditor/main/app/view/TableOfContentsSettings.js index 36e4b22eab..2d3167c3f9 100644 --- a/apps/documenteditor/main/app/view/TableOfContentsSettings.js +++ b/apps/documenteditor/main/app/view/TableOfContentsSettings.js @@ -358,8 +358,8 @@ define([ textStyles: 'Styles', strShowPages: 'Show page numbers', strAlign: 'Right align page numbers', - strLinks: 'Use hyperlinks instead of page numbers', - strUnderline: 'Underline hyperlinks', + strLinks: 'Format Table of Contents as links', + strUnderline: 'Underline links', textNone: 'None', textRadioLevels: 'Outline levels', textRadioStyles: 'Selected styles',