From e968a4d1be46d36ba376408d6b2f258b2e15e861 Mon Sep 17 00:00:00 2001 From: mic Date: Mon, 23 Sep 2024 22:05:54 +0200 Subject: [PATCH] dynamic_menu_order_prompt_alphabetically option added --- _locales/en/messages.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 4e3f3763..240e4b0a 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -562,5 +562,13 @@ "prefs_OptionText_dynamic_menu_force_enter_info": { "message": "If checked, using the keyboard shortcut CTRL+ALT+A will automatically send the hightlighted prompt from the menu. Otherwise, the prompt name will be displayed to the user, requiring another press of the Enter key to send it.", "description": "" + }, + "prefs_OptionText_dynamic_menu_order_prompt_alphabetically": { + "message": "Menu: order alphabetically", + "description": "" + }, + "prefs_OptionText_dynamic_menu_order_prompt_alphabetically_info": { + "message": "If checked, the prompts in the menu will be ordered alphabetically.", + "description": "" } } \ No newline at end of file