[nautilus] Revert "toolbar: Add explanatory tooltips to buttons"



commit 1cdbecd1625bc433679d0c3758ddcc4a40f46cbb
Author: Daniel Boles <dboles src gnome org>
Date:   Thu Sep 14 23:21:40 2017 +0100

    Revert "toolbar: Add explanatory tooltips to buttons"
    
    This reverts commit d68ae9aafc2a50ac36221331ae6ff6cff3ff1f33.
    
    Gah. I was sure I had seen a branch for 3.26, and coupling that with
    Carlos saying push, I didn’t bother double-checking. Boom: freeze break.
    
    Thanks to Piotr for pointing this out. Also: a hilarious typo. :C

 src/resources/ui/nautilus-toolbar.ui |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/src/resources/ui/nautilus-toolbar.ui b/src/resources/ui/nautilus-toolbar.ui
index 60e04f5..0c435b7 100644
--- a/src/resources/ui/nautilus-toolbar.ui
+++ b/src/resources/ui/nautilus-toolbar.ui
@@ -17,7 +17,6 @@
             <property name="visible">True</property>
             <property name="sensitive">True</property>
             <property name="action_name">win.back</property>
-            <property name="tooltip-text" translatable="yes">Go back</property>
             <style>
               <class name="image-button"/>
             </style>
@@ -38,7 +37,6 @@
             <property name="visible">True</property>
             <property name="sensitive">True</property>
             <property name="action_name">win.forward</property>
-            <property name="tooltip-text" translatable="yes">Go forward</property>
             <style>
               <class name="image-button"/>
             </style>
@@ -78,7 +76,6 @@
         <property name="visible">True</property>
         <property name="sensitive">True</property>
         <property name="action_name">win.view-menu</property>
-        <property name="tooltip-text" translatable="yes">Open menu</property>
         <!-- Popover defined in nautilus-toolbar-menu.ui -->
         <style>
           <class name="image-button"/>
@@ -106,7 +103,6 @@
         <property name="visible">True</property>
         <property name="sensitive">True</property>
         <property name="action_name">slot.files-view-mode-toggle</property>
-        <property name="tooltip-text" Vranslatable="yes">Toggle view</property>
         <style>
           <class name="image-button"/>
         </style>
@@ -132,7 +128,6 @@
         <property name="visible">True</property>
         <property name="sensitive">True</property>
         <property name="action_name">slot.search-visible</property>
-        <property name="tooltip-text" translatable="yes">Search</property>
         <style>
           <class name="image-button"/>
         </style>
@@ -162,7 +157,6 @@
           <object class="GtkMenuButton" id="operations_button">
             <property name="visible">False</property>
             <property name="popover">operations_popover</property>
-            <property name="tooltip-text" translatable="yes">Show operations</property>
             <signal name="toggled" handler="on_operations_button_toggled" object="NautilusToolbar" 
swapped="yes"/>
             <style>
               <class name="button"/>
@@ -180,7 +174,7 @@
             <child internal-child="accessible">
               <object class="AtkObject">
                 <property name="accessible-name" translatable="yes">Operations in progress</property>
-                <property name="accessible-description" translatable="yes">Show operations in 
progress</property>
+                <property name="accessible-description" translatable="yes">Open operations in 
progress</property>
               </object>
             </child>
           </object>


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