[gnome-boxes] actions-popover: Correct capitalization



commit c9e561dfd837ad4774924a1d245945b4c59ee1ee
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Sat Feb 14 15:25:04 2015 +0000

    actions-popover: Correct capitalization

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


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