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 | |
| 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
| -rw-r--r-- | po/inkscape.pot | 6 | ||||
| -rw-r--r-- | src/verbs.cpp | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/po/inkscape.pot b/po/inkscape.pot index 4d239b55c..1a6794be9 100644 --- a/po/inkscape.pot +++ b/po/inkscape.pot @@ -1,4 +1,4 @@ -# SOME DESCRIPTIVE TITLE. +# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. @@ -30962,6 +30962,10 @@ msgstr "" msgid "Zoom to fit selection in window" msgstr "" +#: ../src/verbs.cpp:3057 +msgid "Center page in window" +msgstr "" + #: ../src/verbs.cpp:3058 msgid "Rotate Clockwise" msgstr "" 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), |
