summaryrefslogtreecommitdiff
path: root/src/resources/ui/nautilus-files-view-context-menus.ui
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2018-02-13 17:41:58 +0100
committerCarlos Soriano <csoriano@gnome.org>2018-02-13 20:11:55 +0100
commit27b039b37c1149fc8abbef6a683dd939e6f2bf1f (patch)
treefe7ee1652e0bbd04ffffb8ca9475ceb022192dff /src/resources/ui/nautilus-files-view-context-menus.ui
parent275512d574db3a5f5e1bdd7dbf2e64c1ebc83359 (diff)
downloadnautilus-27b039b37c1149fc8abbef6a683dd939e6f2bf1f.tar.gz
general: Rename from 'favorite' to 'starred'
It was a mix of both terms, given that tracker uses 'favorite' but we use 'starred' in the UI. Since the part that interact with tracker is minimal, is better to be consistent with the UI. This renames 'favorite' to 'starred' except the tracker queries.
Diffstat (limited to 'src/resources/ui/nautilus-files-view-context-menus.ui')
-rw-r--r--src/resources/ui/nautilus-files-view-context-menus.ui4
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 0b0a365cd..d084bc574 100644
--- a/src/resources/ui/nautilus-files-view-context-menus.ui
+++ b/src/resources/ui/nautilus-files-view-context-menus.ui
@@ -222,12 +222,12 @@
<attribute name="hidden-when">action-disabled</attribute>
</item>
<item>
- <attribute name="label" translatable="yes" context="menu item" comments="Marks a file as starred (favorite)">Star</attribute>
+ <attribute name="label" translatable="yes" context="menu item" comments="Marks a file as starred (starred)">Star</attribute>
<attribute name="action">view.star</attribute>
<attribute name="hidden-when">action-disabled</attribute>
</item>
<item>
- <attribute name="label" translatable="yes" context="menu item" comments="Unmarks a file as starred (favorite)">Unstar</attribute>
+ <attribute name="label" translatable="yes" context="menu item" comments="Unmarks a file as starred (starred)">Unstar</attribute>
<attribute name="action">view.unstar</attribute>
<attribute name="hidden-when">action-disabled</attribute>
</item>