From 26ee401caaa6360c2a48652f41f1f8b17c8178c1 Mon Sep 17 00:00:00 2001 From: Brambor Date: Sat, 16 Nov 2024 20:04:47 +0100 Subject: [PATCH] shorten `memorize` hint in crafting GUI search --- src/crafting_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crafting_gui.cpp b/src/crafting_gui.cpp index cb6da5041bb1a..2cbb2722fe056 100644 --- a/src/crafting_gui.cpp +++ b/src/crafting_gui.cpp @@ -1067,7 +1067,7 @@ static const std::vector prefixes = { { 's', to_translation( "food handling" ), to_translation( "any skill used to craft" ) }, { 'Q', to_translation( "fine bolt turning" ), to_translation( "quality required to craft" ) }, { 't', to_translation( "soldering iron" ), to_translation( "tool required to craft" ) }, - { 'm', to_translation( "yes" ), to_translation( "recipes which are memorized or not (hides nested)" ) }, + { 'm', to_translation( "yes" ), to_translation( "recipe memorized (or not)" ) }, { 'P', to_translation( "Blacksmithing" ), to_translation( "proficiency used to craft" ) }, { 'l', to_translation( "5" ), to_translation( "difficulty of the recipe as a number or range" ) }, { 'r', to_translation( "buttermilk" ), to_translation( "recipe's (by)products; use * as wildcard" ) },