diff options
Diffstat (limited to 'src/knotholder.cpp')
| -rw-r--r-- | src/knotholder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knotholder.cpp b/src/knotholder.cpp index 55a171414..5f749cfee 100644 --- a/src/knotholder.cpp +++ b/src/knotholder.cpp @@ -234,7 +234,7 @@ KnotHolder::add_pattern_knotholder() _("<b>Move</b> the pattern fill inside the object"), SP_KNOT_SHAPE_CROSS); entity_scale->create(desktop, item, this, - _("<b>Scale</b> the pattern fill uniformly"), + _("<b>Scale</b> the pattern fill; uniformly if with <b>Ctrl</b>"), SP_KNOT_SHAPE_SQUARE, SP_KNOT_MODE_XOR); entity_angle->create(desktop, item, this, _("<b>Rotate</b> the pattern fill; with <b>Ctrl</b> to snap angle"), |
