From eff2aa4cbf77f5fec1ba2fd98f482737635db342 Mon Sep 17 00:00:00 2001 From: Felipe Corr??a da Silva Sanches Date: Wed, 22 Jun 2011 09:56:30 -0300 Subject: =?UTF-8?q?The=20label=20=E2=80=98Guides=20Around=20Page=E2=80=99?= =?UTF-8?q?=20does=20not=20include=20a=20verb.=20=E2=80=98Guides=20Around?= =?UTF-8?q?=20Page=E2=80=99=20what=3F=20'Create=20Guides=20Around=20the=20?= =?UTF-8?q?Page'=20:-D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit http://cuts.thinking-garment.com/144 (bzr r10340) --- src/sp-guide.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-guide.cpp') 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) -- cgit v1.2.3