Skip to content

Commit

Permalink
Translate added spaces for photograph effects
Browse files Browse the repository at this point in the history
Co-authored-by: Jianxiang Wang (王健翔) <[email protected]>
  • Loading branch information
ehughsbaird and Qrox committed Jul 28, 2024
1 parent e691380 commit a1430ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iuse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5908,7 +5908,7 @@ static std::string effects_description_for_creature( Creature *const creature, s
for( const auto &pair : vec_effect_status ) {
if( creature->get_effect_int( pair.first ) > pair.second.intensity_lower_limit ) {
if( !pair.second.status.empty() ) {
figure_effects += string_format( "%s%s ", pronoun_gender, pair.second.status );
figure_effects += string_format( pgettext( "effects_description_for_creature", "%s%s " ), pronoun_gender, pair.second.status );
}
if( !pair.second.pose.empty() ) {
pose = pair.second.pose.translated();
Expand Down

0 comments on commit a1430ee

Please sign in to comment.