diff options
| -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), |
