We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb041c commit 2d3e465Copy full SHA for 2d3e465
src/item_location.cpp
@@ -347,7 +347,7 @@ class item_location::impl::item_on_person : public item_location::impl
347
return parents.back()->type_name();
348
349
} else if( who->is_worn( *target() ) ) {
350
- return _( "worn" );
+ return pgettext( "item location", "worn" );
351
352
} else {
353
return _( "inventory" );
0 commit comments