summaryrefslogtreecommitdiffstats
path: root/src/widgets/measure-toolbar.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-10-16 18:06:31 +0000
committerjabiertxof <jabier.arraiza@marker.es>2015-10-16 18:06:31 +0000
commitf0cd7f4d9ca2e7f6f59c8030ee57917254816a59 (patch)
tree8a32f498437d6880eae6b4a37a160726bb738907 /src/widgets/measure-toolbar.cpp
parentFix a regression on mirror measure (diff)
downloadinkscape-f0cd7f4d9ca2e7f6f59c8030ee57917254816a59.tar.gz
inkscape-f0cd7f4d9ca2e7f6f59c8030ee57917254816a59.zip
Fix a wrong string
(bzr r14393.2.6)
Diffstat (limited to 'src/widgets/measure-toolbar.cpp')
-rw-r--r--src/widgets/measure-toolbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/measure-toolbar.cpp b/src/widgets/measure-toolbar.cpp
index 741d600b4..28f82ba44 100644
--- a/src/widgets/measure-toolbar.cpp
+++ b/src/widgets/measure-toolbar.cpp
@@ -291,7 +291,7 @@ void sp_measure_toolbox_prep(SPDesktop * desktop, GtkActionGroup* mainActions, G
{
InkAction* act = ink_action_new( "MeasureToGuides",
_("To guides"),
- _("Mark Dimension"),
+ _("To guides"),
INKSCAPE_ICON("guides"),
secondarySize );
g_signal_connect_after( G_OBJECT(act), "activate", G_CALLBACK(sp_to_guides), 0 );