[gnome-shell/wip/fmuellner/unclosable-events: 3/3] 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: 3/3] calendar: Rename "Clear All" button
- Date: Tue, 15 Jan 2019 16:49:02 +0000 (UTC)
commit b7becf744a85be1ac6a038179d1357677db98c18
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 81003036e..fc27d0224 100644
--- a/js/ui/calendar.js
+++ b/js/ui/calendar.js
@@ -1104,7 +1104,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]