[evolution] I#326 - Reword "Display reminders in notification area only" option



commit 670e6e84068d7f808f6c67e90e8e5729221a7634
Author: Veerasamy Sevagen <sevagenv gmail com>
Date:   Mon Mar 11 12:28:31 2019 +0100

    I#326 - Reword "Display reminders in notification area only" option
    
    Closes https://gitlab.gnome.org/GNOME/evolution/issues/326
    Closes https://gitlab.gnome.org/GNOME/evolution/merge_requests/7

 src/modules/calendar/e-calendar-preferences.c  | 2 +-
 src/modules/calendar/e-calendar-preferences.ui | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/modules/calendar/e-calendar-preferences.c b/src/modules/calendar/e-calendar-preferences.c
index 1d6c64d089..ea3a99825c 100644
--- a/src/modules/calendar/e-calendar-preferences.c
+++ b/src/modules/calendar/e-calendar-preferences.c
@@ -1086,7 +1086,7 @@ calendar_preferences_construct (ECalendarPreferences *prefs,
        g_settings_bind (
                eds_calendar_settings, "notify-with-tray",
                widget, "active",
-               G_SETTINGS_BIND_DEFAULT);
+               G_SETTINGS_BIND_DEFAULT | G_SETTINGS_BIND_INVERT_BOOLEAN);
 
        widget = e_builder_get_widget (prefs->priv->builder, "notify_window_on_top");
        g_settings_bind (
diff --git a/src/modules/calendar/e-calendar-preferences.ui b/src/modules/calendar/e-calendar-preferences.ui
index 3f383e39b3..94b2bdc239 100644
--- a/src/modules/calendar/e-calendar-preferences.ui
+++ b/src/modules/calendar/e-calendar-preferences.ui
@@ -1458,7 +1458,7 @@
                 <property name="spacing">4</property>
                 <child>
                   <object class="GtkCheckButton" id="notify_with_tray">
-                    <property name="label" translatable="yes">Display reminders in _notification area 
only</property>
+                    <property name="label" translatable="yes">Display Reminders window with 
_notifications</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]