diff options
| author | bulia byak <buliabyak@gmail.com> | 2009-10-02 05:24:00 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2009-10-02 05:24:00 +0000 |
| commit | 7b16b02bfc734675e368431eed1e7dbf2a323ef3 (patch) | |
| tree | dd1f0dcf265c450e1a0b85b26a4466ff9dc02bb2 | |
| parent | copyedit, typos, slightly better default values (diff) | |
| download | inkscape-7b16b02bfc734675e368431eed1e7dbf2a323ef3.tar.gz inkscape-7b16b02bfc734675e368431eed1e7dbf2a323ef3.zip | |
label edit
(bzr r8690)
| -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"), |
