From 8b1552ccce503987e15ee7e88b4c806ce901774b Mon Sep 17 00:00:00 2001 From: PseudoPilot <40791399+pseudopilot@users.noreply.github.com> Date: Thu, 25 Apr 2024 00:43:38 +0100 Subject: [PATCH] Update kumascript/macros/GamesSidebar.ejs Co-authored-by: Leonid Vinogradov --- kumascript/macros/GamesSidebar.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kumascript/macros/GamesSidebar.ejs b/kumascript/macros/GamesSidebar.ejs index 79e610990749..8933e56f1cf0 100644 --- a/kumascript/macros/GamesSidebar.ejs +++ b/kumascript/macros/GamesSidebar.ejs @@ -378,8 +378,8 @@ const text = mdn.localStringMap({ "Implementing_game_control_mechanisms": "Реализация механизмов управления игрой", "Control_mechanisms": "Механизмы управления", "Mobile_touch": "Управление на мобильных устройствах", - "Desktop_with_mouse_and_keyboard": "Управление мышью и клавиатурой", - "Desktop_with_gamepad": "Управление с геймпада", + "Desktop_with_mouse_and_keyboard": "Управление с помощью мыши и клавиатуры", + "Desktop_with_gamepad": "Управление с помощью геймпада", "Other": "Другие", "Tutorials": "Практические руководства", "2D_breakout_game_using_pure_JavaScript": "2D игра Breakout на чистом JavaScript",