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. --- po/inkscape.pot | 10 +++++----- share/filters/filters.svg | 38 +++++++++++++++++++------------------- src/ui/contextmenu.cpp | 4 ++-- src/verbs.cpp | 2 +- 4 files changed, 27 insertions(+), 27 deletions(-) diff --git a/po/inkscape.pot b/po/inkscape.pot index 620782cba..4d239b55c 100644 --- a/po/inkscape.pot +++ b/po/inkscape.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: inkscape-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2019-02-08 12:20+0000\n" +"POT-Creation-Date: 2019-02-08 13:32+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1134,7 +1134,7 @@ msgstr "" #: ../share/filters/filters.svg.h:779 ../share/filters/filters.svg.h:783 #: ../share/filters/filters.svg.h:787 ../share/filters/filters.svg.h:791 #: ../share/filters/filters.svg.h:795 -msgid "Non-realistic 3D Shaders" +msgid "Non-Realistic 3D Shaders" msgstr "" #: ../share/filters/filters.svg.h:428 @@ -14186,7 +14186,7 @@ msgstr "" #. insert(*mi,positionOfLastDialog++); #: ../src/ui/contextmenu.cpp:114 -msgid "Unhide objects below" +msgid "Unhide Objects Below" msgstr "" #. insert(*mi,positionOfLastDialog++); @@ -14196,7 +14196,7 @@ msgstr "" #. insert(*mi,positionOfLastDialog++); #: ../src/ui/contextmenu.cpp:130 -msgid "Unlock objects below" +msgid "Unlock Objects Below" msgstr "" #. TRANSLATORS: #%1 is the id of the group e.g. , not a number. @@ -29646,7 +29646,7 @@ msgid "Duplic_ate" msgstr "" #: ../src/verbs.cpp:2665 -msgid "Duplicate selected objects" +msgid "Duplicate Selected Objects" msgstr "" #: ../src/verbs.cpp:2667 diff --git a/share/filters/filters.svg b/share/filters/filters.svg index a6b3ff74a..901a50f89 100644 --- a/share/filters/filters.svg +++ b/share/filters/filters.svg @@ -1258,7 +1258,7 @@ sodipodi:docname="filters.svg"> - + @@ -2199,7 +2199,7 @@ sodipodi:docname="filters.svg"> - + @@ -2211,7 +2211,7 @@ sodipodi:docname="filters.svg"> - + @@ -2222,7 +2222,7 @@ sodipodi:docname="filters.svg"> - + @@ -2234,7 +2234,7 @@ sodipodi:docname="filters.svg"> - + @@ -2245,7 +2245,7 @@ sodipodi:docname="filters.svg"> - + @@ -2256,7 +2256,7 @@ sodipodi:docname="filters.svg"> - + @@ -2268,7 +2268,7 @@ sodipodi:docname="filters.svg"> - + @@ -2279,7 +2279,7 @@ sodipodi:docname="filters.svg"> - + @@ -2290,7 +2290,7 @@ sodipodi:docname="filters.svg"> - + @@ -2301,7 +2301,7 @@ sodipodi:docname="filters.svg"> - + @@ -2313,7 +2313,7 @@ sodipodi:docname="filters.svg"> - + @@ -2325,7 +2325,7 @@ sodipodi:docname="filters.svg"> - + @@ -2337,7 +2337,7 @@ sodipodi:docname="filters.svg"> - + @@ -2349,7 +2349,7 @@ sodipodi:docname="filters.svg"> - + @@ -2361,7 +2361,7 @@ sodipodi:docname="filters.svg"> - + @@ -2373,7 +2373,7 @@ sodipodi:docname="filters.svg"> - + @@ -2385,7 +2385,7 @@ sodipodi:docname="filters.svg"> - + @@ -2397,7 +2397,7 @@ sodipodi:docname="filters.svg"> - + 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); diff --git a/src/verbs.cpp b/src/verbs.cpp index 17e31ddbe..deedecf75 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2662,7 +2662,7 @@ Verb *Verb::_base_verbs[] = { N_("Remove any filters from selected objects"), nullptr), new EditVerb(SP_VERB_EDIT_DELETE, "EditDelete", N_("_Delete"), N_("Delete selection"), INKSCAPE_ICON("edit-delete")), - new EditVerb(SP_VERB_EDIT_DUPLICATE, "EditDuplicate", N_("Duplic_ate"), N_("Duplicate selected objects"), + new EditVerb(SP_VERB_EDIT_DUPLICATE, "EditDuplicate", N_("Duplic_ate"), N_("Duplicate Selected Objects"), INKSCAPE_ICON("edit-duplicate")), new EditVerb(SP_VERB_EDIT_CLONE, "EditClone", N_("Create Clo_ne"), N_("Create a clone (a copy linked to the original) of selected object"), INKSCAPE_ICON("edit-clone")), -- cgit v1.2.3