Skip to content

Commit

Permalink
Fixed text error
Browse files Browse the repository at this point in the history
  • Loading branch information
yvt committed Feb 14, 2014
1 parent d7427a7 commit c02302b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Client/Client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3439,7 +3439,6 @@ namespace spades {
chatWindow->AddMessage(msg);

msg = world->GetTeam(teamId).name;
msg += " wins!";
msg = _Tr("Client", "{0} Wins!", msg);
NetLog("%s", msg.c_str());
centerMessageView->AddMessage(msg);
Expand Down

0 comments on commit c02302b

Please sign in to comment.