summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui/icons.cpp4
-rw-r--r--src/widgets/select-toolbar.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/icons.cpp b/src/ui/icons.cpp
index c65066c36..f24dad66b 100644
--- a/src/ui/icons.cpp
+++ b/src/ui/icons.cpp
@@ -603,9 +603,9 @@ init()
small.set_filename(get_icon_path("transform-corners.svg"));
_transform_corners.add_source(small);
icons->add(Stock::TRANSFORM_CORNERS, _transform_corners);
- // Transform Grandient
+ // Transform Gradient
Gtk::IconSet _transform_gradient;
- small.set_icon_name("TransformGrandient");
+ small.set_icon_name("TransformGradient");
small.set_filename(get_icon_path("transform-gradient.svg"));
_transform_gradient.add_source(small);
icons->add(Stock::TRANSFORM_GRADIENT, _transform_gradient);
diff --git a/src/widgets/select-toolbar.cpp b/src/widgets/select-toolbar.cpp
index cb892b70c..ead866ae0 100644
--- a/src/widgets/select-toolbar.cpp
+++ b/src/widgets/select-toolbar.cpp
@@ -529,7 +529,7 @@ sp_select_toolbox_new(SPDesktop *desktop)
{
InkToggleAction* itact = ink_toggle_action_new( "transform_gradient",
_("Gradient"),
- _("When scaling rectangles, scale the radii of rounded corners"),
+ _("Transform 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) );