From: buliabyak Date: Sun, 2 Jul 2006 23:13:26 +0000 (+0000) Subject: reterm canvas to page X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=66b6c2cd10f0852dc2e20cf92b5d90a804cecf94;p=inkscape.git reterm canvas to page --- diff --git a/src/verbs.cpp b/src/verbs.cpp index 6c529cfcb..6a5957218 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2316,13 +2316,13 @@ Verb *Verb::_base_verbs[] = { new EffectLastVerb(SP_VERB_EFFECT_LAST_PREF, "EffectLastPref", N_("Previous Effect Settings..."), N_("Repeat the last effect with new settings"), NULL/*"tutorial_tips"*/), - /* Fit Canvas */ - new FitCanvasVerb(SP_VERB_FIT_CANVAS_TO_SELECTION, "FitCanvasToSelection", N_("Fit Canvas to Selection"), - N_("Fit the canvas to the current selection"), NULL), - new FitCanvasVerb(SP_VERB_FIT_CANVAS_TO_DRAWING, "FitCanvasToDrawing", N_("Fit Canvas to Drawing"), - N_("Fit the canvas to the drawing"), NULL), - new FitCanvasVerb(SP_VERB_FIT_CANVAS_TO_SELECTION_OR_DRAWING, "FitCanvasToSelectionOrDrawing", N_("Fit Canvas to Selection or Drawing"), - N_("Fit the canvas to the current selection or the drawing if there is no selection"), NULL), + /* Fit Page */ + new FitCanvasVerb(SP_VERB_FIT_CANVAS_TO_SELECTION, "FitCanvasToSelection", N_("Fit Page to Selection"), + N_("Fit the page to the current selection"), NULL), + new FitCanvasVerb(SP_VERB_FIT_CANVAS_TO_DRAWING, "FitCanvasToDrawing", N_("Fit Page to Drawing"), + N_("Fit the page to the drawing"), NULL), + new FitCanvasVerb(SP_VERB_FIT_CANVAS_TO_SELECTION_OR_DRAWING, "FitCanvasToSelectionOrDrawing", N_("Fit Page to Selection or Drawing"), + N_("Fit the page to the current selection or the drawing if there is no selection"), NULL), /* Footer */ new Verb(SP_VERB_LAST, " '\"invalid id", NULL, NULL, NULL) };