diff options
| author | WizardOhio24 <rdmenzies2000@gmail.com> | 2019-01-26 15:26:31 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2019-02-11 10:43:57 +0000 |
| commit | 3e644d854623d837c88807b9dc8791aa9e06aebe (patch) | |
| tree | 8c74ec05c5c1f69c41c1537a8714c3c63963ea57 /src/verbs.cpp | |
| parent | Added Feature: Recenter page in window, Ctrl+4 shortcut (diff) | |
| download | inkscape-3e644d854623d837c88807b9dc8791aa9e06aebe.tar.gz inkscape-3e644d854623d837c88807b9dc8791aa9e06aebe.zip | |
Updated inkscape.pot to include Center page in window
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 352ed857d..827296463 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -3057,7 +3057,7 @@ Verb *Verb::_base_verbs[] = { INKSCAPE_ICON("zoom-fit-drawing")), new ZoomVerb(SP_VERB_ZOOM_SELECTION, "ZoomSelection", N_("_Selection"), N_("Zoom to fit selection in window"), INKSCAPE_ICON("zoom-fit-selection")), - new ZoomVerb(SP_VERB_ZOOM_CENTER_PAGE, "ZoomCenterPage", N_("_Center _Page"), N_("Centre page in window"), + new ZoomVerb(SP_VERB_ZOOM_CENTER_PAGE, "ZoomCenterPage", N_("_Center _Page"), N_("Center page in window"), INKSCAPE_ICON("zoom-center-page")), new ZoomVerb(SP_VERB_ROTATE_CW, "RotateClockwise", N_("Rotate Clockwise"), N_("Rotate canvas clockwise"), nullptr), |
