diff options
| author | Luca Bruno <lucab@debian.org> | 2007-01-25 15:55:58 +0000 |
|---|---|---|
| committer | luca_bruno <luca_bruno@users.sourceforge.net> | 2007-01-25 15:55:58 +0000 |
| commit | d3d7ef48402e2376c780e7e31166588f112407be (patch) | |
| tree | d9483436430f8b0c877921b01650da2ddd0a18ed /src | |
| parent | get rid of sp_repr_new* (diff) | |
| download | inkscape-d3d7ef48402e2376c780e7e31166588f112407be.tar.gz inkscape-d3d7ef48402e2376c780e7e31166588f112407be.zip | |
making string translatable
(bzr r2285)
Diffstat (limited to 'src')
| -rw-r--r-- | src/widgets/toolbox.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 2d030611e..7f0bf5122 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -2288,8 +2288,8 @@ sp_calligraphy_toolbox_new(SPDesktop *desktop) /* Use Pressure button */ { InkToggleAction* act = ink_toggle_action_new( "PressureAction", - "Pressure", - "Use the pressure of the input device to alter the width of the pen", + _("Pressure"), + _("Use the pressure of the input device to alter the width of the pen"), "use_pressure", Inkscape::ICON_SIZE_DECORATION ); gtk_action_group_add_action( mainActions, GTK_ACTION( act ) ); @@ -2300,8 +2300,8 @@ sp_calligraphy_toolbox_new(SPDesktop *desktop) /* Use Tilt button */ { InkToggleAction* act = ink_toggle_action_new( "TiltAction", - "Tilt", - "Use the tilt of the input device to alter the angle of the pen's nib", + _("Tilt"), + _("Use the tilt of the input device to alter the angle of the pen's nib"), "use_tilt", Inkscape::ICON_SIZE_DECORATION ); gtk_action_group_add_action( mainActions, GTK_ACTION( act ) ); |
