[gnome-shell/wip/fmuellner/unclosable-events: 21/21] calendar: Rename "Clear All" button
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/fmuellner/unclosable-events: 21/21] calendar: Rename "Clear All" button
- Date: Tue, 22 Jan 2019 21:36:20 +0000 (UTC)
commit 9dc3b73ef9bb94d26d492372c9c4519b2bbb3989
Author: Florian Müllner <fmuellner gnome org>
Date: Tue Jan 15 17:46:49 2019 +0100
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
js/ui/calendar.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/calendar.js b/js/ui/calendar.js
index 1927e8cdb..a64cba89c 100644
--- a/js/ui/calendar.js
+++ b/js/ui/calendar.js
@@ -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', () => {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]