Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ifreund committed Apr 6, 2019
1 parent d942d99 commit 1c21032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/activity_handlers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2640,10 +2640,10 @@ void activity_handlers::craft_do_turn( player_activity *act, player *p )
if( !p->has_item( *craft ) ) {
p->add_msg_player_or_npc(
string_format(
_( "You no longer have the %1$s in your posession. You stop crafting. Reactivate the %1$s to continue crafting." ),
_( "You no longer have the %1$s in your possession. You stop crafting. Reactivate the %1$s to continue crafting." ),
craft->tname() ),
string_format(
_( "<npcname> no longer has the %s in their posession. <npcname> stops crafting." ),
_( "<npcname> no longer has the %s in their possession. <npcname> stops crafting." ),
craft->tname() )
);
p->cancel_activity();
Expand Down

0 comments on commit 1c21032

Please sign in to comment.