summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8462c94)
raw | patch | inline | side by side (parent: 8462c94)
author | luca_bruno <luca_bruno@users.sourceforge.net> | |
Thu, 25 Jan 2007 15:55:58 +0000 (15:55 +0000) | ||
committer | luca_bruno <luca_bruno@users.sourceforge.net> | |
Thu, 25 Jan 2007 15:55:58 +0000 (15:55 +0000) |
src/widgets/toolbox.cpp | patch | blob | history |
index 2d030611e1c7e3d6f72d729fcdd986b668a336fa..7f0bf51227fc92e11dc914c3b1724884a1859db6 100644 (file)
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
/* 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 ) );
/* 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 ) );