From fdb87a946c01cec963cea69115d2ca040854e80d Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Mon, 19 Sep 2016 17:19:14 +0100 Subject: [PATCH] Issue #2799959 by Shashwat Purav: incorrect summary line for menu_ui_form_node_type_form_validate() --- core/modules/menu_ui/menu_ui.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/menu_ui/menu_ui.module b/core/modules/menu_ui/menu_ui.module index d642247f5662..92254c2d3a2f 100644 --- a/core/modules/menu_ui/menu_ui.module +++ b/core/modules/menu_ui/menu_ui.module @@ -435,7 +435,7 @@ function menu_ui_form_node_type_form_alter(&$form, FormStateInterface $form_stat } /** - * Submit handler for forms with menu options. + * Validate handler for forms with menu options. * * @see menu_ui_form_node_type_form_alter() */ -- GitLab