diff options
| author | Martin Owens <doctormo@gmail.com> | 2016-04-15 14:39:49 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2016-04-15 14:39:49 +0000 |
| commit | 2ab73707c1214a5b44c8b505eb98cbf56de21061 (patch) | |
| tree | 9f917f7f41b4c3bc8d75d5071eca23cbf815df9e /src/verbs.cpp | |
| parent | Priority is so high it blocks blitting the canvas (diff) | |
| download | inkscape-2ab73707c1214a5b44c8b505eb98cbf56de21061.tar.gz inkscape-2ab73707c1214a5b44c8b505eb98cbf56de21061.zip | |
Add a Resize to Page with Keyboard Shortcut
(bzr r14850)
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index e3ba82e46..299cfe8e7 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -3005,7 +3005,7 @@ Verb *Verb::_base_verbs[] = { 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"), + new FitCanvasVerb(SP_VERB_FIT_CANVAS_TO_SELECTION_OR_DRAWING, "FitCanvasToSelectionOrDrawing", N_("_Resize Page to Selection"), N_("Fit the page to the current selection or the drawing if there is no selection"), NULL), // LockAndHide new LockAndHideVerb(SP_VERB_UNLOCK_ALL, "UnlockAll", N_("Unlock All"), |
