messageTray: Use 'Clear Message' instead of 'Clear for the context menu
This commit is contained in:
parent
1a41ee0c30
commit
01ac5aeb0d
@ -1517,7 +1517,7 @@ const MessageTrayContextMenu = new Lang.Class({
|
|||||||
this.parent(this._dummy, 0, St.Side.BOTTOM);
|
this.parent(this._dummy, 0, St.Side.BOTTOM);
|
||||||
this._tray = tray;
|
this._tray = tray;
|
||||||
|
|
||||||
this._clearItem = this.addAction(_("Clear"), function() {
|
this._clearItem = this.addAction(_("Clear Messages"), function() {
|
||||||
let toDestroy = [];
|
let toDestroy = [];
|
||||||
let sources = tray.getSources();
|
let sources = tray.getSources();
|
||||||
for (let i = 0; i < sources.length; i++) {
|
for (let i = 0; i < sources.length; i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user