From cf2497268b7d18ef78932279d72f060cae9ec61d Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Thu, 3 May 2018 16:03:49 +0200 Subject: Rename "Glyphs" dialog to "Unicode Characters" dialog to better reflect what it does. Minor UI tweaks and bug fixes. --- src/verbs.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/verbs.cpp') diff --git a/src/verbs.cpp b/src/verbs.cpp index 388992897..0c51c5314 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -3120,8 +3120,9 @@ Verb *Verb::_base_verbs[] = { new DialogVerb(SP_VERB_DIALOG_FILL_STROKE, "DialogFillStroke", N_("_Fill and Stroke..."), N_("Edit objects' colors, gradients, arrowheads, and other fill and stroke properties..."), INKSCAPE_ICON("dialog-fill-and-stroke")), // FIXME: Probably better to either use something from the icon naming spec or ship our own "select-font" icon - new DialogVerb(SP_VERB_DIALOG_GLYPHS, "DialogGlyphs", N_("Gl_yphs..."), - N_("Select characters from a glyphs palette"), INKSCAPE_ICON("gtk-select-font")), + // Technically what we show are unicode code points and not glyphs. The actual glyphs shown are determined by the shaping engines. + new DialogVerb(SP_VERB_DIALOG_GLYPHS, "DialogGlyphs", N_("_Unicode Characters..."), + N_("Select Unicode characters from a palette"), INKSCAPE_ICON("gtk-select-font")), // FIXME: Probably better to either use something from the icon naming spec or ship our own "select-color" icon // TRANSLATORS: "Swatches" means: color samples new DialogVerb(SP_VERB_DIALOG_SWATCHES, "DialogSwatches", N_("S_watches..."), -- cgit v1.2.3