summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5b2ff56)
raw | patch | inline | side by side (parent: 5b2ff56)
author | tavmjong <tavmjong@users.sourceforge.net> | |
Tue, 9 Jun 2009 13:03:06 +0000 (13:03 +0000) | ||
committer | tavmjong <tavmjong@users.sourceforge.net> | |
Tue, 9 Jun 2009 13:03:06 +0000 (13:03 +0000) |
Change capitalization of "Guides Around Page" for consistency.
src/sp-guide.cpp | patch | blob | history | |
src/verbs.cpp | patch | blob | history |
diff --git a/src/sp-guide.cpp b/src/sp-guide.cpp
index 307402d1e8b820c6699a866d97f039e2b328a779..43d04e4d006b11ded494df3bc113a7f9aab11de2 100644 (file)
--- a/src/sp-guide.cpp
+++ b/src/sp-guide.cpp
sp_guide_pt_pairs_to_guides(dt, pts);
- sp_document_done (doc, SP_VERB_NONE, _("Guides around page"));
+ sp_document_done (doc, SP_VERB_NONE, _("Guides Around Page"));
}
void sp_guide_show(SPGuide *guide, SPCanvasGroup *group, GCallback handler)
diff --git a/src/verbs.cpp b/src/verbs.cpp
index 6e74d3f219cb389082fc10701da9961a975f4785..43ddc1459ad016eb98ddac80dceb8d7b33575d2c 100644 (file)
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
N_("Select previous object or node"), NULL),
new EditVerb(SP_VERB_EDIT_DESELECT, "EditDeselect", N_("D_eselect"),
N_("Deselect any selected objects or nodes"), INKSCAPE_ICON_EDIT_SELECT_NONE),
- new EditVerb(SP_VERB_EDIT_GUIDES_AROUND_PAGE, "EditGuidesAroundPage", N_("_Guides around page"),
+ new EditVerb(SP_VERB_EDIT_GUIDES_AROUND_PAGE, "EditGuidesAroundPage", N_("_Guides Around Page"),
N_("Create four guides aligned with the page borders"), NULL),
new EditVerb(SP_VERB_EDIT_NEXT_PATHEFFECT_PARAMETER, "EditNextPathEffectParameter", N_("Next Path Effect Parameter"),
N_("Show next Path Effect parameter for editing"), INKSCAPE_ICON_PATH_EFFECT_PARAMETER_NEXT),
new TutorialVerb(SP_VERB_TUTORIAL_TIPS, "TutorialsTips", N_("_Tips and Tricks"),
N_("Miscellaneous tips and tricks"), NULL/*"tutorial_tips"*/),
- /* Effect */
- new EffectLastVerb(SP_VERB_EFFECT_LAST, "EffectLast", N_("Previous Effect"),
- N_("Repeat the last effect with the same settings"), NULL),
- new EffectLastVerb(SP_VERB_EFFECT_LAST_PREF, "EffectLastPref", N_("Previous Effect Settings..."),
- N_("Repeat the last effect with new settings"), NULL),
+ /* Effect -- renamed Extension */
+ new EffectLastVerb(SP_VERB_EFFECT_LAST, "EffectLast", N_("Previous Extension"),
+ N_("Repeat the last extension with the same settings"), NULL),
+ new EffectLastVerb(SP_VERB_EFFECT_LAST_PREF, "EffectLastPref", N_("Previous Extension Settings..."),
+ N_("Repeat the last extension with new settings"), NULL),
/* Fit Page */
new FitCanvasVerb(SP_VERB_FIT_CANVAS_TO_SELECTION, "FitCanvasToSelection", N_("Fit Page to Selection"),