diff options
| author | MenTaLguY <mental@rydia.net> | 2007-08-17 02:33:09 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2007-08-17 02:33:09 +0000 |
| commit | 7d7fc736f1c554260714c156432d618296621282 (patch) | |
| tree | 64a174d25406cc7efd83c9e0503bbd5df22e7c2d /src/ui | |
| parent | first implementation of feTurbulence renderer (diff) | |
| download | inkscape-7d7fc736f1c554260714c156432d618296621282.tar.gz inkscape-7d7fc736f1c554260714c156432d618296621282.zip | |
Reword transform toggle tooltips based on user feedback regarding the
frequent confusion about what they do
(bzr r3484)
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index 99ec59449..a32dcb3c6 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -527,9 +527,9 @@ void InkscapePreferences::initPageTransforms() _page_transforms.add_line( false, "", _trans_scale_corner, "", _("When scaling rectangles, scale the radii of rounded corners")); _page_transforms.add_line( false, "", _trans_gradient, "", - _("Transform gradients (in fill or stroke) along with the objects")); + _("Move gradients (in fill or stroke) along with the objects")); _page_transforms.add_line( false, "", _trans_pattern, "", - _("Transform patterns (in fill or stroke) along with the objects")); + _("Move patterns (in fill or stroke) along with the objects")); _page_transforms.add_group_header( _("Store transformation:")); _page_transforms.add_line( true, "", _trans_optimized, "", _("If possible, apply transformation to objects without adding a transform= attribute")); |
