Skip to content

Commit

Permalink
Pgettext diamond
Browse files Browse the repository at this point in the history
  • Loading branch information
Night-Pryanik committed Dec 14, 2018
1 parent 9c64430 commit d2235f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/item.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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( "" );
Expand Down

0 comments on commit d2235f1

Please sign in to comment.