diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2016-02-20 07:19:01 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2016-02-20 07:19:01 +0000 |
| commit | 1ad64f2c1c3734d3d5f2ff2ecc52eb3acf9d3475 (patch) | |
| tree | d7a7db000e567826e75c2883ed055d32bffb6f20 /src | |
| parent | provide end user debugging for EMF and WMF issues (diff) | |
| download | inkscape-1ad64f2c1c3734d3d5f2ff2ecc52eb3acf9d3475.tar.gz inkscape-1ad64f2c1c3734d3d5f2ff2ecc52eb3acf9d3475.zip | |
Clarify meaning of line spacing.
(bzr r14661)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/text-edit.cpp | 4 | ||||
| -rw-r--r-- | src/widgets/text-toolbar.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/dialog/text-edit.cpp b/src/ui/dialog/text-edit.cpp index 05cf3a388..c01da8864 100644 --- a/src/ui/dialog/text-edit.cpp +++ b/src/ui/dialog/text-edit.cpp @@ -127,8 +127,8 @@ TextEdit::TextEdit() gtk_combo_box_text_append_text((GtkComboBoxText *) spacing_combo, spacings[i]); } - gtk_widget_set_tooltip_text (px, _("Spacing between lines (percent of font size)")); - gtk_widget_set_tooltip_text (spacing_combo, _("Spacing between lines (percent of font size)")); + gtk_widget_set_tooltip_text (px, _("Spacing between baselines (percent of font size)")); + gtk_widget_set_tooltip_text (spacing_combo, _("Spacing between baselines (percent of font size)")); layout_hbox.pack_start(*Gtk::manage(Glib::wrap(spacing_combo)), false, false); layout_frame.set_padding(4,4,4,4); layout_frame.add(layout_hbox); diff --git a/src/widgets/text-toolbar.cpp b/src/widgets/text-toolbar.cpp index c6cc7dc45..5ca92b4c0 100644 --- a/src/widgets/text-toolbar.cpp +++ b/src/widgets/text-toolbar.cpp @@ -1592,7 +1592,7 @@ void sp_text_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObje "TextLineHeightAction", /* name */ _("Line Height"), /* label */ _("Line:"), /* short label */ - _("Spacing between lines (times font size)"), /* tooltip */ + _("Spacing between baselines (times font size)"), /* tooltip */ "/tools/text/lineheight", /* preferences path */ 0.0, /* default */ GTK_WIDGET(desktop->canvas), /* focusTarget */ |
