calendar: Rename "Clear All" button

While it hasn't really cleared everything previously (media notifications),
it does less so now. Update the button label to reflect that.

https://gitlab.gnome.org/GNOME/gnome-shell/issues/262
This commit is contained in:
Florian Müllner 2019-01-15 17:46:49 +01:00 committed by Florian Müllner
parent a7d618915c
commit 9dc3b73ef9

View File

@ -1108,7 +1108,7 @@ var CalendarMessageList = new Lang.Class({
box.add_actor(this._scrollView);
this._clearButton = new St.Button({ style_class: 'message-list-clear-button button',
label: _("Clear All"),
label: _("Clear"),
can_focus: true });
this._clearButton.set_x_align(Clutter.ActorAlign.END);
this._clearButton.connect('clicked', () => {