Skip to content

Commit

Permalink
Use ' instead of " for the quotes in hack
Browse files Browse the repository at this point in the history
  • Loading branch information
Coolthulhu authored May 24, 2022
1 parent 7205bbe commit ac78460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/item_factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,7 @@ void Item_factory::check_definitions() const
}

if( json_report_strict && t.name_ == "bow" ) {
msg += string_format( "\"bow\" location is deprecated, use \"archery\" instead" );
msg += string_format( "'bow' location is deprecated, use 'archery' instead" );
}

// We need to check is_skill because something can be both an item and a skill
Expand Down

0 comments on commit ac78460

Please sign in to comment.