Bug 757745 - selection-to-path: Fix whitespace typo in tooltip

This commit is contained in:
Sebastian Rasmussen 2015-11-07 20:10:42 +01:00 committed by Michael Natterer
parent 4997b1a047
commit 8212602939
1 changed files with 2 additions and 2 deletions

View File

@ -99,8 +99,8 @@ dialog_create_selection_area (SELVALS *sels)
sels->align_threshold,
0.2, 2.0, 0.1, 0.1, 2,
TRUE, 0, 0,
_("If two endpoints are closer than this,"
"they are made to be equal."), NULL);
_("If two endpoints are closer than this, "
"they are made to be equal."), NULL);
g_signal_connect (adj, "value-changed",
G_CALLBACK (gimp_double_adjustment_update),
&sels->align_threshold);