[nautilus] files-view: Add context and comments to ambiguous starring strings



commit 32f1977a99e4359ac06f325fc925c24c48e71af5
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Mon Nov 6 19:01:38 2017 +0100

    files-view: Add context and comments to ambiguous starring strings

 .../ui/nautilus-files-view-context-menus.ui        |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/resources/ui/nautilus-files-view-context-menus.ui 
b/src/resources/ui/nautilus-files-view-context-menus.ui
index 377b71f..ba39266 100644
--- a/src/resources/ui/nautilus-files-view-context-menus.ui
+++ b/src/resources/ui/nautilus-files-view-context-menus.ui
@@ -258,12 +258,12 @@
         <attribute name="hidden-when">action-disabled</attribute>
       </item>
       <item>
-        <attribute name="label" translatable="yes">Star</attribute>
+        <attribute name="label" translatable="yes" context="menu item" comments="Marks a file as starred 
(favorite)">Star</attribute>
         <attribute name="action">view.star</attribute>
         <attribute name="hidden-when">action-disabled</attribute>
       </item>
       <item>
-        <attribute name="label" translatable="yes">Unstar</attribute>
+        <attribute name="label" translatable="yes" context="menu item" comments="Unmarks a file as starred 
(favorite)">Unstar</attribute>
         <attribute name="action">view.unstar</attribute>
         <attribute name="hidden-when">action-disabled</attribute>
       </item>


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