diff options
| author | Ivan Mas??r <helix84@centrum.sk> | 2009-07-09 08:29:26 +0000 |
|---|---|---|
| committer | helix84 <helix84@users.sourceforge.net> | 2009-07-09 08:29:26 +0000 |
| commit | fd619fd128d839c089b1a9302b100c930a5ffadf (patch) | |
| tree | 37d4fe4ed8b73935ea18d27da14fe96fb37e84e6 /src/widgets/select-toolbar.cpp | |
| parent | Don't create rectangles that have a zero x or y dimension. When snapping for ... (diff) | |
| download | inkscape-fd619fd128d839c089b1a9302b100c930a5ffadf.tar.gz inkscape-fd619fd128d839c089b1a9302b100c930a5ffadf.zip | |
* added tooltip (see bug 358921) and translator comments
* updated inkscape.pot
* [INTL:sk] Slovak translation update
(bzr r8238)
Diffstat (limited to 'src/widgets/select-toolbar.cpp')
| -rw-r--r-- | src/widgets/select-toolbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/select-toolbar.cpp b/src/widgets/select-toolbar.cpp index 536819bf4..8e4729c25 100644 --- a/src/widgets/select-toolbar.cpp +++ b/src/widgets/select-toolbar.cpp @@ -533,7 +533,7 @@ void sp_select_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GOb // "Transform with object" buttons { - EgeOutputAction* act = ege_output_action_new( "transform_affect_label", _("Affect:"), "", 0 ); + EgeOutputAction* act = ege_output_action_new( "transform_affect_label", _("Affect:"), _("Control whether or not to scale stroke widths, scale rectangle corners, transform gradient fills, and transform pattern fills with the object"), 0 ); ege_output_action_set_use_markup( act, TRUE ); g_object_set( act, "visible-overflown", FALSE, NULL ); gtk_action_group_add_action( mainActions, GTK_ACTION( act ) ); |
