From 58e4f5130ad6bf9012a2d6835723fbe47028ffc5 Mon Sep 17 00:00:00 2001 From: mic Date: Mon, 20 Apr 2026 23:26:14 +0200 Subject: [PATCH] prefs_OptionText_hide_thinking_info fixed --- _locales/en/messages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 6f010bf0..3c03ddf2 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -725,11 +725,11 @@ "description": "" }, "prefs_OptionText_hide_thinking": { - "message": "Hide thinking output", + "message": "Collapse thinking block by default", "description": "" }, "prefs_OptionText_hide_thinking_info": { - "message": "If checked, reasoning/thinking output produced by the model is completely removed. If unchecked, it is shown in a collapsed block above the answer.", + "message": "Controls the initial state of the thinking block shown above the answer. If checked, the block is collapsed by default and can be opened with a click. If unchecked, the block is open by default and can be collapsed with a click. The thinking content is always preserved.", "description": "" }, "prefs_OptionText_thinking_summary": {