diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-04-17 21:39:35 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-04-17 21:39:35 +0000 |
| commit | 2d1056bd0918396bccaac86572e6ac84e40c71a9 (patch) | |
| tree | 92c42cac397fff2614f1cc806f830b7289b06179 /src | |
| parent | Improve snapper performance (mainly in by editting WillSnapSomething()) (diff) | |
| download | inkscape-2d1056bd0918396bccaac86572e6ac84e40c71a9.tar.gz inkscape-2d1056bd0918396bccaac86572e6ac84e40c71a9.zip | |
typo patch by maximilian albert
(bzr r2918)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/icons.cpp | 4 | ||||
| -rw-r--r-- | src/widgets/select-toolbar.cpp | 2 |
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) ); |
