[nautilus] nautilus-toolbar.ui: Add tooltip to "View menu"



commit 15091ddecf1324a5d525d25fab610f88c5a4c507
Author: Veerasamy Sevagen <sevagenv gmail com>
Date:   Tue Feb 19 14:51:45 2019 +0000

    nautilus-toolbar.ui: Add tooltip to "View menu"
    
    Currently, whenever the cursor is on the view-menu icon, there is no
    tooltip, which could help define what the function of this button is.
    
    Related: https://gitlab.gnome.org/GNOME/nautilus/issues/893

 src/resources/ui/nautilus-toolbar.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/resources/ui/nautilus-toolbar.ui b/src/resources/ui/nautilus-toolbar.ui
index 219c47883..55902f32f 100644
--- a/src/resources/ui/nautilus-toolbar.ui
+++ b/src/resources/ui/nautilus-toolbar.ui
@@ -685,6 +685,7 @@
                 <property name="receives_default">True</property>
                 <property name="halign">start</property>
                 <property name="action_name">win.view-menu</property>
+                <property name="tooltip_text" translatable="yes">View options</property>
                 <property name="popover">menu_popover</property>
                 <child>
                   <object class="GtkImage">


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