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/ui/dialog/text-edit.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/ui/dialog/text-edit.cpp')
| -rw-r--r-- | src/ui/dialog/text-edit.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/dialog/text-edit.cpp b/src/ui/dialog/text-edit.cpp index 71d251153..ff97bb68c 100644 --- a/src/ui/dialog/text-edit.cpp +++ b/src/ui/dialog/text-edit.cpp @@ -65,7 +65,7 @@ TextEdit::TextEdit() : UI::Widget::Panel("/dialogs/textandfont", SP_VERB_DIALOG_TEXT), font_label(_("_Font"), true), text_label(_("_Text"), true), - vari_label(_("_Variants"), true), + vari_label(_("_Features"), true), setasdefault_button(_("Set as _default")), close_button(_("_Close"), true), apply_button(_("_Apply"), true), @@ -127,8 +127,8 @@ TextEdit::TextEdit() /* Notebook -----------------------------------*/ notebook.set_name( "TextEdit Notebook" ); notebook.append_page(font_vbox, font_label); - notebook.append_page(text_vbox, text_label); notebook.append_page(vari_vbox, vari_label); + notebook.append_page(text_vbox, text_label); /* Buttons (below notebook) ------------------ */ setasdefault_button.set_use_underline(true); @@ -376,7 +376,7 @@ SPCSSAttr *TextEdit::fillTextStyle () sp_repr_css_set_property (css, "font-size", os.str().c_str()); } - // Font variants + // Font variants (Font features) vari_vbox.fill_css( css ); return css; |
