summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2016-02-20 07:19:01 +0000
committertavmjong-free <tavmjong@free.fr>2016-02-20 07:19:01 +0000
commit1ad64f2c1c3734d3d5f2ff2ecc52eb3acf9d3475 (patch)
treed7a7db000e567826e75c2883ed055d32bffb6f20 /src/widgets
parentprovide end user debugging for EMF and WMF issues (diff)
downloadinkscape-1ad64f2c1c3734d3d5f2ff2ecc52eb3acf9d3475.tar.gz
inkscape-1ad64f2c1c3734d3d5f2ff2ecc52eb3acf9d3475.zip
Clarify meaning of line spacing.
(bzr r14661)
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/text-toolbar.cpp2
1 files changed, 1 insertions, 1 deletions
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 */