[DE] Change translation for track changes button.
This commit is contained in:
parent
1376c07e3f
commit
f75bd72674
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue