[nautilus] toolbar-view-menu: provide context for the "Name" label



commit c9571a9835eda1408eccc82796f001471f8bbd9f
Author: Carlos Soriano <csoriano gnome org>
Date:   Tue Sep 1 15:14:42 2015 +0200

    toolbar-view-menu: provide context for the "Name" label
    
    https://bugzilla.gnome.org/show_bug.cgi?id=743947

 src/nautilus-toolbar-view-menu.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-toolbar-view-menu.xml b/src/nautilus-toolbar-view-menu.xml
index c4a0d88..d8d57e4 100644
--- a/src/nautilus-toolbar-view-menu.xml
+++ b/src/nautilus-toolbar-view-menu.xml
@@ -99,7 +99,7 @@
               <object class="GtkModelButton" id="sort_name">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
-                <property name="text" translatable="yes">_Name</property>
+                <property name="text" translatable="yes" context="Sort Criterion" comments="This is used to 
sort by name in the toolbar view menu">_Name</property>
                 <property name="action-name">view.sort</property>
                 <property name="action-target">'name'</property>
               </object>


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