diff --git a/apps/common/main/lib/view/ReviewChanges.js b/apps/common/main/lib/view/ReviewChanges.js index f1bef9753..b76e67510 100644 --- a/apps/common/main/lib/view/ReviewChanges.js +++ b/apps/common/main/lib/view/ReviewChanges.js @@ -420,7 +420,7 @@ define([ if (me.btnCommentRemove) { var items = [ { - caption: me.txtCommentRemCurrent, + caption: config.canEditComments ? me.txtCommentRemCurrent : me.txtCommentRemMyCurrent, value: 'current' }, { @@ -658,6 +658,7 @@ define([ tipCommentRemCurrent: 'Remove current comments', tipCommentRem: 'Remove comments', txtCommentRemCurrent: 'Remove Current Comments', + txtCommentRemMyCurrent: 'Remove My Current Comments', txtCommentRemMy: 'Remove My Comments', txtCommentRemAll: 'Remove All Comments' }