[gnome-boxes] actions-popover: Correct a capitalization
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] actions-popover: Correct a capitalization
- Date: Thu, 5 Feb 2015 16:52:18 +0000 (UTC)
commit 8fa09d271e2bdbbb261e8acdec265d9528b60771
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Thu Feb 5 16:49:53 2015 +0000
actions-popover: Correct a 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 7a9a264..c550d17 100644
--- a/src/actions-popover.vala
+++ b/src/actions-popover.vala
@@ -32,7 +32,7 @@ private class Boxes.ActionsPopover: Gtk.Popover {
var menu = new GLib.Menu ();
// Open in new Window
- menu.append (_("Open in new Window"), "box.open-in-new-win");
+ menu.append (_("Open in New Window"), "box.open-in-new-win");
// Favorite
if (("favorite" in machine.config.categories))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]