diff --git a/src/crafting_gui.cpp b/src/crafting_gui.cpp index adb3a4f5971b..b3525a8cbb80 100644 --- a/src/crafting_gui.cpp +++ b/src/crafting_gui.cpp @@ -838,7 +838,7 @@ const recipe *select_crafting_recipe( int &batch_size ) { 'q', _( "metal sawing" ), _( "quality of resulting item" ) }, //~ Example result description search term { 'd', _( "reach attack" ), _( "full description of resulting item (slow)" ) }, - { 'c', _( "two by four" ), _( "component required to craft" ) }, + { 'c', _( "plank" ), _( "component required to craft" ) }, { 'p', _( "tailoring" ), _( "primary skill used to craft" ) }, { 's', _( "cooking" ), _( "any skill used to craft" ) }, { 'Q', _( "fine bolt turning" ), _( "quality required to craft" ) },