Fixed a typo in the "give in" button tooltip

This commit is contained in:
Regalis
2017-03-19 18:31:15 +02:00
parent 40f5f352f5
commit 18fded1d87

View File

@@ -254,7 +254,7 @@ namespace Barotrauma
suicideButton.ToolTip = GameMain.NetworkMember == null ?
"The character can no longer be revived if you give in." :
"Let go of your character and enter spectator mode (other players will now longer be able to revive you)";
"Let go of your character and enter spectator mode (other players will no longer be able to revive you)";
suicideButton.OnClicked = (button, userData) =>
{