From 3ab7b9a2dfb72e046fbf775c25fb1545350ff7f1 Mon Sep 17 00:00:00 2001 From: tim_rawlinson Date: Fri, 8 Feb 2019 13:21:35 +0000 Subject: Fix more capitalisation inconsistencies. --- src/ui/contextmenu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/contextmenu.cpp') diff --git a/src/ui/contextmenu.cpp b/src/ui/contextmenu.cpp index 96a9dc649..efbe8b0ff 100644 --- a/src/ui/contextmenu.cpp +++ b/src/ui/contextmenu.cpp @@ -111,7 +111,7 @@ ContextMenu::ContextMenu(SPDesktop *desktop, SPItem *item) : mi->show(); append(*mi);//insert(*mi,positionOfLastDialog++); - mi = Gtk::manage(new Gtk::MenuItem(_("Unhide objects below"),true)); + mi = Gtk::manage(new Gtk::MenuItem(_("Unhide Objects Below"),true)); mi->signal_activate().connect(sigc::bind >(sigc::mem_fun(*this, &ContextMenu::UnHideBelow), down_items)); if (!has_down_hidden) { mi->set_sensitive(false); @@ -127,7 +127,7 @@ ContextMenu::ContextMenu(SPDesktop *desktop, SPItem *item) : mi->show(); append(*mi);//insert(*mi,positionOfLastDialog++); - mi = Gtk::manage(new Gtk::MenuItem(_("Unlock objects below"),true)); + mi = Gtk::manage(new Gtk::MenuItem(_("Unlock Objects Below"),true)); mi->signal_activate().connect(sigc::bind >(sigc::mem_fun(*this, &ContextMenu::UnLockBelow), down_items)); if (!has_down_locked) { mi->set_sensitive(false); -- cgit v1.2.3