diff --git a/functions.php b/functions.php index 36ce562..19e6b76 100644 --- a/functions.php +++ b/functions.php @@ -44,7 +44,7 @@ function _s_setup() { // This theme uses wp_nav_menu() in one location. register_nav_menus( array( - 'primary' => esc_html__( 'Primary Menu', '_s' ), + 'primary' => esc_html__( 'Primary', '_s' ), ) ); /* diff --git a/languages/_s.pot b/languages/_s.pot index 6015ed4..8dbe86d 100644 --- a/languages/_s.pot +++ b/languages/_s.pot @@ -84,9 +84,8 @@ msgid "Theme: %1$s by %2$s." msgstr "" #: functions.php:47 -#: header.php:38 #@ _s -msgid "Primary Menu" +msgid "Primary" msgstr "" #: functions.php:102 @@ -99,6 +98,11 @@ msgstr "" msgid "Skip to content" msgstr "" +#: header.php:38 +#@ _s +msgid "Primary Menu" +msgstr "" + #: inc/template-tags.php:28 #, php-format #@ _s