[gnome-calendar] edit-dialog: Change headerbar tooltip



commit 775cbb8b74450389364a9c9ce8fa4681f91913e3
Author: Isaque Galdino <igaldino gmail com>
Date:   Mon Oct 3 17:18:25 2016 -0300

    edit-dialog: Change headerbar tooltip
    
    Edit dialog headerbar tooltip was reading: "Click to select event's
    agenda" and a user asked to change it to: "Click to select the
    calendar", so it would be more natural and familiar for non-native
    English users.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772103

 data/ui/edit-dialog.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/ui/edit-dialog.ui b/data/ui/edit-dialog.ui
index 2ea34dc..e019e83 100644
--- a/data/ui/edit-dialog.ui
+++ b/data/ui/edit-dialog.ui
@@ -35,7 +35,7 @@
             <property name="receives_default">True</property>
             <property name="popover">sources_popover</property>
             <property name="sensitive" bind-source="GcalEditDialog" bind-property="writable" 
bind-flags="default" />
-            <property name="tooltip-text" translatable="yes">Click to select the event's agenda</property>
+            <property name="tooltip-text" translatable="yes">Click to select the calendar</property>
             <style>
               <class name="flat"/>
               <class name="sources-button"/>


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