From 954f36aeff2a40ee4d4488824ee10f41d2215d0a Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 26 Sep 2016 15:07:51 +0300 Subject: [PATCH] [DE] Fix Bug 33142. --- apps/documenteditor/main/app/view/FileMenuPanels.js | 4 ++-- apps/documenteditor/main/app/view/Statusbar.js | 4 ++-- apps/documenteditor/main/app/view/Toolbar.js | 4 ++-- apps/documenteditor/main/locale/en.json | 2 -- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/apps/documenteditor/main/app/view/FileMenuPanels.js b/apps/documenteditor/main/app/view/FileMenuPanels.js index 6f73a68a4..c83ec7369 100644 --- a/apps/documenteditor/main/app/view/FileMenuPanels.js +++ b/apps/documenteditor/main/app/view/FileMenuPanels.js @@ -437,8 +437,8 @@ define([ textAutoRecover: 'Autorecover', strAutoRecover: 'Turn on autorecover', txtInch: 'Inch', - txtFitPage: 'Fit Page', - txtFitWidth: 'Fit Width' + txtFitPage: 'Fit to Page', + txtFitWidth: 'Fit to Width' }, DE.Views.FileMenuPanels.Settings || {})); DE.Views.FileMenuPanels.RecentFiles = Common.UI.BaseView.extend({ diff --git a/apps/documenteditor/main/app/view/Statusbar.js b/apps/documenteditor/main/app/view/Statusbar.js index 4ad9c77c0..bd37a476b 100644 --- a/apps/documenteditor/main/app/view/Statusbar.js +++ b/apps/documenteditor/main/app/view/Statusbar.js @@ -506,8 +506,8 @@ define([ tipUsers : 'Document is currently being edited by several users.', tipMoreUsers : 'and %1 users.', tipShowUsers : 'To see all users click the icon below.', - tipFitPage : 'Fit Page', - tipFitWidth : 'Fit Width', + tipFitPage : 'Fit to Page', + tipFitWidth : 'Fit to Width', tipZoomIn : 'Zoom In', tipZoomOut : 'Zoom Out', tipZoomFactor : 'Magnification', diff --git a/apps/documenteditor/main/app/view/Toolbar.js b/apps/documenteditor/main/app/view/Toolbar.js index ed0159705..e5a255952 100644 --- a/apps/documenteditor/main/app/view/Toolbar.js +++ b/apps/documenteditor/main/app/view/Toolbar.js @@ -1834,8 +1834,8 @@ define([ textHideTitleBar: 'Hide Title Bar', textHideStatusBar: 'Hide Status Bar', textHideLines: 'Hide Rulers', - textFitPage: 'Fit Page', - textFitWidth: 'Fit Width', + textFitPage: 'Fit to Page', + textFitWidth: 'Fit to Width', textZoom: 'Zoom', mniEditDropCap: 'Drop Cap Settings', textNone: 'None', diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index 095ee0813..80c37c408 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -941,8 +941,6 @@ "DE.Views.FileMenuPanels.Settings.txtPt": "Point", "DE.Views.FileMenuPanels.Settings.txtSpellCheck": "Spell Checking", "DE.Views.FileMenuPanels.Settings.txtWin": "as Windows", - "DE.Views.FileMenuPanels.Settings.txtFitPage": "Fit Page", - "DE.Views.FileMenuPanels.Settings.txtFitWidth": "Fit Width", "DE.Views.HeaderFooterSettings.textBottomCenter": "Bottom Center", "DE.Views.HeaderFooterSettings.textBottomLeft": "Bottom Left", "DE.Views.HeaderFooterSettings.textBottomRight": "Bottom Right",