From 49a8b959b3a73f244327e6df6f8aedac54927058 Mon Sep 17 00:00:00 2001 From: Rustam Zigandarov <43823272+rust2@users.noreply.github.com> Date: Tue, 5 Apr 2022 12:32:55 +0500 Subject: [PATCH] Update newmenus.inc (#1043) --- plugins/include/newmenus.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/newmenus.inc b/plugins/include/newmenus.inc index 9cd72e39..f89fa71e 100644 --- a/plugins/include/newmenus.inc +++ b/plugins/include/newmenus.inc @@ -144,7 +144,7 @@ native menu_create(const title[], const handler[], bool:ml = false); native menu_makecallback(const function[]); /** - * Adds an menu to a menu. + * Adds an item to a menu. * * @param menu Menu resource identifier. * @param name Item text to display.