From 1bd5c801221e570a6fb1e3fbd6c8bbbb265d1233 Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Wed, 4 Sep 2019 10:58:29 -0400 Subject: * Bump version * indicator-notifications-settings: Rename do-not-disturb option --- src/indicator-notifications-settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/indicator-notifications-settings.c') diff --git a/src/indicator-notifications-settings.c b/src/indicator-notifications-settings.c index 806c344..c3b84c9 100644 --- a/src/indicator-notifications-settings.c +++ b/src/indicator-notifications-settings.c @@ -293,7 +293,7 @@ indicator_notifications_settings_activate(GApplication *app) gtk_widget_show(button_hide_ind); /* do-not-disturb */ - button_dnd = gtk_check_button_new_with_label(_("Do not disturb")); + button_dnd = gtk_check_button_new_with_label(_("Enable do not disturb")); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(button_dnd), g_settings_get_boolean(self->settings, NOTIFICATIONS_KEY_DND)); g_object_set_data(G_OBJECT(button_dnd), SCHEMA_KEY, NOTIFICATIONS_KEY_DND); -- cgit v1.2.3