Skip to content

Commit

Permalink
Merge pull request #35595 from jbytheway/clarify_storage_message
Browse files Browse the repository at this point in the history
Clarify vehicle storage message
  • Loading branch information
Rivet-the-Zombie authored Nov 19, 2019
2 parents 86d409b + b303f63 commit d0db81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/advanced_inv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,7 @@ void advanced_inventory::display()
redraw = true;
}
} else {
popup( _( "No vehicle there!" ) );
popup( _( "No vehicle storage space there!" ) );
redraw = true;
}
}
Expand Down

0 comments on commit d0db81d

Please sign in to comment.