[nautilus] view-controls: Set dropdown tooltip



commit 57cb8673837331b43754de24605642a674133b76
Author: António Fernandes <antoniof gnome org>
Date:   Sun Aug 7 14:26:16 2022 +0100

    view-controls: Set dropdown tooltip
    
    The translatable string is not new, it was simply lost in the rebasing
    process leading to commit dd407da7da81cbc02a3e8ec1a03f447cea0ac65f

 src/resources/ui/nautilus-view-controls.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/resources/ui/nautilus-view-controls.ui b/src/resources/ui/nautilus-view-controls.ui
index 888f19a57..788b377d0 100644
--- a/src/resources/ui/nautilus-view-controls.ui
+++ b/src/resources/ui/nautilus-view-controls.ui
@@ -23,7 +23,7 @@
       <object class="AdwSplitButton" id="view_split_button">
         <property name="halign">center</property>
         <property name="valign">center</property>
-        <property name="tooltip_text" translatable="yes">Toggle view</property>
+        <property name="dropdown-tooltip" translatable="yes" comments="Translators: This is a noun, meaning 
the options pertaining to the view.">View options</property>
         <property name="action_name">slot.files-view-mode-toggle</property>
         <property name="menu-model">view_menu</property>
         <binding name="icon-name">


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