From 339a799ca0ef72b7e619cfea3d55cbab491240b9 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 20 Aug 2018 10:12:50 +0300 Subject: [PATCH] [DE] Fix Bug 38578 --- apps/common/main/lib/view/History.js | 5 +++-- apps/documenteditor/main/locale/en.json | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/common/main/lib/view/History.js b/apps/common/main/lib/view/History.js index e915c66aee..ff43e8dc54 100644 --- a/apps/common/main/lib/view/History.js +++ b/apps/common/main/lib/view/History.js @@ -83,7 +83,7 @@ define([ 'style="display: block; ' + '<% if (!isRevision) { %>' + 'padding-left: 40px;' + '<% } %>' + '<% if (canRestore && selected) { %>' + 'padding-bottom: 6px;' + '<% } %>' +'">', '
<%= created %>
', '<% if (markedAsVersion) { %>', - '
ver.<%=version%>
', + '
' + this.textVer + '<%=version%>
', '<% } %>', '<% if (isRevision && hasChanges) { %>', '
', @@ -150,7 +150,8 @@ define([ textHide: 'Collapse', textCloseHistory: 'Close History', textHideAll: 'Hide detailed changes', - textShowAll: 'Show detailed changes' + textShowAll: 'Show detailed changes', + textVer: 'ver.' }, Common.Views.History || {})) }); \ No newline at end of file diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index d8b8434f68..9c9b50a4ac 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -168,6 +168,7 @@ "Common.Views.History.textRestore": "Restore", "Common.Views.History.textShow": "Expand", "Common.Views.History.textShowAll": "Show detailed changes", + "Common.Views.History.textVer": "ver.", "Common.Views.ImageFromUrlDialog.cancelButtonText": "Cancel", "Common.Views.ImageFromUrlDialog.okButtonText": "OK", "Common.Views.ImageFromUrlDialog.textUrl": "Paste an image URL:",