diff --git a/src/item.cpp b/src/item.cpp index 89e82d0aa4123..a8d67a9f46747 100644 --- a/src/item.cpp +++ b/src/item.cpp @@ -2887,7 +2887,7 @@ std::string item::tname( unsigned int quantity, bool with_prefix ) const modtext += _( "sawn-off " ); } if( has_flag( "DIAMOND" ) ) { - modtext += std::string( _( "diamond" ) ) + " "; + modtext += std::string( pgettext( "Adjective, as in diamond katana", "diamond" ) ) + " "; } ret.str( "" );