diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 4 | ||||
| -rw-r--r-- | src/widgets/select-toolbar.cpp | 4 |
2 files changed, 4 insertions, 4 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")); diff --git a/src/widgets/select-toolbar.cpp b/src/widgets/select-toolbar.cpp index 865147684..59009253f 100644 --- a/src/widgets/select-toolbar.cpp +++ b/src/widgets/select-toolbar.cpp @@ -495,7 +495,7 @@ void sp_select_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GOb { InkToggleAction* itact = ink_toggle_action_new( "transform_gradient", _("Gradient"), - _("Transform gradients (in fill or stroke) along with the objects"), + _("Move gradients (in fill or stroke) along with the objects"), "transform_gradient", Inkscape::ICON_SIZE_DECORATION ); gtk_toggle_action_set_active( GTK_TOGGLE_ACTION(itact), prefs_get_int_attribute("options.transform", "gradient", 1) ); @@ -506,7 +506,7 @@ void sp_select_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GOb { InkToggleAction* itact = ink_toggle_action_new( "transform_pattern", _("Patterns"), - _("Transform patterns (in fill or stroke) along with the objects"), + _("Move patterns (in fill or stroke) along with the objects"), "transform_pattern", Inkscape::ICON_SIZE_DECORATION ); gtk_toggle_action_set_active( GTK_TOGGLE_ACTION(itact), prefs_get_int_attribute("options.transform", "pattern", 1) ); |
