[gnome-boxes] actions-popover: More descriptive favorite options



commit db71f150a26123776195092a98542c99f6c625f0
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Thu Feb 5 16:50:32 2015 +0000

    actions-popover: More descriptive favorite options

 src/actions-popover.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/actions-popover.vala b/src/actions-popover.vala
index c550d17..2d048ac 100644
--- a/src/actions-popover.vala
+++ b/src/actions-popover.vala
@@ -36,9 +36,9 @@ private class Boxes.ActionsPopover: Gtk.Popover {
 
         // Favorite
         if (("favorite" in machine.config.categories))
-            menu.append (_("Remove favorite"), "box.favorite");
+            menu.append (_("Add to favorites"), "box.favorite");
         else
-            menu.append (_("Favorite"), "box.favorite");
+            menu.append (_("Remove from Favorites"), "box.favorite");
 
         // Pause
         menu.append (_("Pause"), "box.pause");


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