summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-07-02 23:13:26 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-07-02 23:13:26 +0000
commit54e1fd50a85c88696c45985bd1a0bb8c735be3e9 (patch)
tree2f08ee4c2c1acaa1877128cadd2de73c47868c1f /src/verbs.cpp
parentaccelerator for effects (diff)
downloadinkscape-54e1fd50a85c88696c45985bd1a0bb8c735be3e9.tar.gz
inkscape-54e1fd50a85c88696c45985bd1a0bb8c735be3e9.zip
reterm canvas to page
(bzr r1344)
Diffstat (limited to 'src/verbs.cpp')
-rw-r--r--src/verbs.cpp14
1 files changed, 7 insertions, 7 deletions
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)
};