summaryrefslogtreecommitdiffstats
path: root/src/sp-guide.cpp
diff options
context:
space:
mode:
authorFelipe Corr??a da Silva Sanches <juca@members.fsf.org>2011-06-22 12:56:30 +0000
committerFelipe C. da S. Sanches <juca@members.fsf.org>2011-06-22 12:56:30 +0000
commiteff2aa4cbf77f5fec1ba2fd98f482737635db342 (patch)
tree0f5871f847e7174ce499f8411a9856daa2e18a59 /src/sp-guide.cpp
parentWarning cleanup. (diff)
downloadinkscape-eff2aa4cbf77f5fec1ba2fd98f482737635db342.tar.gz
inkscape-eff2aa4cbf77f5fec1ba2fd98f482737635db342.zip
The label ‘Guides Around Page’ does not include a verb. ‘Guides Around Page’ what?
'Create Guides Around the Page' :-D http://cuts.thinking-garment.com/144 (bzr r10340)
Diffstat (limited to 'src/sp-guide.cpp')
-rw-r--r--src/sp-guide.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-guide.cpp b/src/sp-guide.cpp
index 19b64eb1a..aa365eb99 100644
--- a/src/sp-guide.cpp
+++ b/src/sp-guide.cpp
@@ -296,7 +296,7 @@ sp_guide_create_guides_around_page(SPDesktop *dt) {
sp_guide_pt_pairs_to_guides(dt, pts);
- DocumentUndo::done(doc, SP_VERB_NONE, _("Guides Around Page"));
+ DocumentUndo::done(doc, SP_VERB_NONE, _("Create Guides Around the Page"));
}
void SPGuide::showSPGuide(SPCanvasGroup *group, GCallback handler)