Skip to content

Commit 2d3e465

Browse files
authored
Add context to worn as item location (#54977)
1 parent 2bb041c commit 2d3e465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/item_location.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ class item_location::impl::item_on_person : public item_location::impl
347347
return parents.back()->type_name();
348348

349349
} else if( who->is_worn( *target() ) ) {
350-
return _( "worn" );
350+
return pgettext( "item location", "worn" );
351351

352352
} else {
353353
return _( "inventory" );

0 commit comments

Comments
 (0)