messageTray: Use 'Clear Message' instead of 'Clear for the context menu

This commit is contained in:
Adel Gadllah 2013-02-18 21:54:07 +01:00
parent 1a41ee0c30
commit 01ac5aeb0d

View File

@ -1517,7 +1517,7 @@ const MessageTrayContextMenu = new Lang.Class({
this.parent(this._dummy, 0, St.Side.BOTTOM);
this._tray = tray;
this._clearItem = this.addAction(_("Clear"), function() {
this._clearItem = this.addAction(_("Clear Messages"), function() {
let toDestroy = [];
let sources = tray.getSources();
for (let i = 0; i < sources.length; i++) {