diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-05-03 14:03:49 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-05-03 14:03:49 +0000 |
| commit | cf2497268b7d18ef78932279d72f060cae9ec61d (patch) | |
| tree | 0a607f82c91557db83eeff056d69a058f481ed3b /src/verbs.cpp | |
| parent | Small bug fixes to font-variations files. (diff) | |
| download | inkscape-cf2497268b7d18ef78932279d72f060cae9ec61d.tar.gz inkscape-cf2497268b7d18ef78932279d72f060cae9ec61d.zip | |
Rename "Glyphs" dialog to "Unicode Characters" dialog to better reflect what it does.
Minor UI tweaks and bug fixes.
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
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..."), |
