diff options
| author | Maren Hachmann <maren@goos-habermann.de> | 2017-11-04 16:18:30 +0000 |
|---|---|---|
| committer | Maren Hachmann <maren@goos-habermann.de> | 2017-11-04 16:18:30 +0000 |
| commit | 6b568905ae43d8b982719b78bb001903a8e4cfbc (patch) | |
| tree | dd38c08f695e4ed12142c885792de5bce7044057 /src/widgets/text-toolbar.cpp | |
| parent | Fix FilterUnits::get_matrix_units2pb() for bounding box case. (diff) | |
| download | inkscape-6b568905ae43d8b982719b78bb001903a8e4cfbc.tar.gz inkscape-6b568905ae43d8b982719b78bb001903a8e4cfbc.zip | |
Fix typo in line spacing tool tip
Diffstat (limited to 'src/widgets/text-toolbar.cpp')
| -rw-r--r-- | src/widgets/text-toolbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/text-toolbar.cpp b/src/widgets/text-toolbar.cpp index 8c7bec75b..9e138bb08 100644 --- a/src/widgets/text-toolbar.cpp +++ b/src/widgets/text-toolbar.cpp @@ -2359,7 +2359,7 @@ void sp_text_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObje InkSelectOneAction* act = InkSelectOneAction::create( "TextLineSpacingAction", // Name _("Line Spacing Mode"), // Label - _("How should multiple baselines be spaced?\n Adapative: Line spacing adapts to font size.\n Minimum: Like Adaptive but with a set minimum.\n Even: Evenly spaced.\n Adjustable: No restrictions."), // Tooltip + _("How should multiple baselines be spaced?\n Adaptive: Line spacing adapts to font size.\n Minimum: Like Adaptive, but with a set minimum.\n Even: Evenly spaced.\n Adjustable: No restrictions."), // Tooltip "Not Used", // Icon store ); // Tree store act->use_radio( false ); |
