[DE] Change translation for track changes button.

This commit is contained in:
Julia Radzhabova 2017-08-18 12:09:57 +03:00
parent 1376c07e3f
commit f75bd72674

View file

@ -563,7 +563,7 @@ define([
if ( config.canReview ) { if ( config.canReview ) {
me.btnPrev.updateHint(me.hintPrev); me.btnPrev.updateHint(me.hintPrev);
me.btnNext.updateHint(me.hintNext); me.btnNext.updateHint(me.hintNext);
me.btnTurnOn.updateHint(me.textChangesOn); me.btnTurnOn.updateHint(me.tipReview);
me.btnAccept.setMenu( me.btnAccept.setMenu(
new Common.UI.Menu({ new Common.UI.Menu({
@ -722,7 +722,6 @@ define([
}, this); }, this);
}, },
textChangesOn: 'Preview changes',
txtAccept: 'Accept', txtAccept: 'Accept',
txtAcceptCurrent: 'Accept current Changes', txtAcceptCurrent: 'Accept current Changes',
txtAcceptAll: 'Accept all Changes', txtAcceptAll: 'Accept all Changes',