[DE] Update tooltip for combine button
This commit is contained in:
parent
6296783762
commit
efdefe3eb3
|
@ -724,8 +724,8 @@ define([
|
|||
}
|
||||
})).show();
|
||||
}
|
||||
Common.NotificationCenter.trigger('edit:complete', this.view);
|
||||
}
|
||||
Common.NotificationCenter.trigger('edit:complete', this.view);
|
||||
},
|
||||
|
||||
setRevisedFile: function(data) {
|
||||
|
|
|
@ -945,7 +945,7 @@ define([
|
|||
txtCompare: 'Compare',
|
||||
tipCompare: 'Compare current document with another one',
|
||||
txtCombine: 'Combine',
|
||||
tipCombine: 'Combine',
|
||||
tipCombine: 'Combine current document with another one',
|
||||
mniFromFile: 'Document from File',
|
||||
mniFromUrl: 'Document from URL',
|
||||
mniFromStorage: 'Document from Storage',
|
||||
|
|
|
@ -388,6 +388,7 @@
|
|||
"Common.Views.ReviewChanges.tipCommentResolve": "Resolve comments",
|
||||
"Common.Views.ReviewChanges.tipCommentResolveCurrent": "Resolve current comments",
|
||||
"Common.Views.ReviewChanges.tipCompare": "Compare current document with another one",
|
||||
"Common.Views.ReviewChanges.tipCombine": "Combine current document with another one",
|
||||
"Common.Views.ReviewChanges.tipHistory": "Show version history",
|
||||
"Common.Views.ReviewChanges.tipRejectCurrent": "Reject current change",
|
||||
"Common.Views.ReviewChanges.tipReview": "Track changes",
|
||||
|
@ -413,6 +414,7 @@
|
|||
"Common.Views.ReviewChanges.txtCommentResolveMy": "Resolve My Comments",
|
||||
"Common.Views.ReviewChanges.txtCommentResolveMyCurrent": "Resolve My Current Comments",
|
||||
"Common.Views.ReviewChanges.txtCompare": "Compare",
|
||||
"Common.Views.ReviewChanges.txtCombine": "Combine",
|
||||
"Common.Views.ReviewChanges.txtDocLang": "Language",
|
||||
"Common.Views.ReviewChanges.txtEditing": "Editing",
|
||||
"Common.Views.ReviewChanges.txtFinal": "All changes accepted {0}",
|
||||
|
|
|
@ -388,6 +388,7 @@
|
|||
"Common.Views.ReviewChanges.tipCommentResolve": "Решить комментарии",
|
||||
"Common.Views.ReviewChanges.tipCommentResolveCurrent": "Решить текущие комментарии",
|
||||
"Common.Views.ReviewChanges.tipCompare": "Сравнить текущий документ с другим",
|
||||
"Common.Views.ReviewChanges.tipCombine": "Объединить текущий документ с другим",
|
||||
"Common.Views.ReviewChanges.tipHistory": "Показать историю версий",
|
||||
"Common.Views.ReviewChanges.tipRejectCurrent": "Отклонить текущее изменение",
|
||||
"Common.Views.ReviewChanges.tipReview": "Отслеживать изменения",
|
||||
|
@ -413,6 +414,7 @@
|
|||
"Common.Views.ReviewChanges.txtCommentResolveMy": "Решить мои комментарии",
|
||||
"Common.Views.ReviewChanges.txtCommentResolveMyCurrent": "Решить мои текущие комментарии",
|
||||
"Common.Views.ReviewChanges.txtCompare": "Сравнить",
|
||||
"Common.Views.ReviewChanges.txtCombine": "Объединить",
|
||||
"Common.Views.ReviewChanges.txtDocLang": "Язык",
|
||||
"Common.Views.ReviewChanges.txtEditing": "Редактирование",
|
||||
"Common.Views.ReviewChanges.txtFinal": "Все изменения приняты {0}",
|
||||
|
|
Loading…
Reference in a new issue