diff --git a/apps/common/main/lib/view/ReviewChanges.js b/apps/common/main/lib/view/ReviewChanges.js index 52815f843..485f51c88 100644 --- a/apps/common/main/lib/view/ReviewChanges.js +++ b/apps/common/main/lib/view/ReviewChanges.js @@ -787,11 +787,11 @@ define([ tipReview: 'Review', txtAcceptChanges: 'Accept Changes', txtRejectChanges: 'Reject Changes', - txtView: 'Set View', - txtMarkup: 'Markup', - txtFinal: 'Final', - txtOriginal: 'Original', - tipReviewView: 'Display for Review' + txtView: 'Display Mode', + txtMarkup: 'All changes (Editing)', + txtFinal: 'All changes accepted (Preview)', + txtOriginal: 'All changes rejected (Preview)', + tipReviewView: 'Select the way you want the changes to be displayed' } }()), Common.Views.ReviewChanges || {})); diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index d71df7376..9244454a9 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -211,11 +211,11 @@ "Common.Views.ReviewChanges.txtRejectCurrent": "Reject Current Change", "Common.Views.ReviewChanges.txtSpelling": "Spell checking", "Common.Views.ReviewChanges.txtTurnon": "Track Changes", - "Common.Views.ReviewChanges.txtView": "Set View", - "Common.Views.ReviewChanges.txtMarkup": "Markup", - "Common.Views.ReviewChanges.txtFinal": "Final", - "Common.Views.ReviewChanges.txtOriginal": "Original", - "Common.Views.ReviewChanges.tipReviewView": "Display for Review", + "Common.Views.ReviewChanges.txtView": "Display Mode", + "Common.Views.ReviewChanges.txtMarkup": "All changes (Editing)", + "Common.Views.ReviewChanges.txtFinal": "All changes accepted (Preview)", + "Common.Views.ReviewChanges.txtOriginal": "All changes rejected (Preview)", + "Common.Views.ReviewChanges.tipReviewView": "Select the way you want the changes to be displayed", "Common.Views.ReviewChangesDialog.textTitle": "Review Changes", "Common.Views.ReviewChangesDialog.txtAccept": "Accept", "Common.Views.ReviewChangesDialog.txtAcceptAll": "Accept All Changes",