mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
more strings; camelcase
This commit is contained in:
@@ -83,7 +83,7 @@ void TurnOrderProcessor::updateAndNotifyContactStatus()
|
||||
continue;
|
||||
|
||||
MetaString message;
|
||||
message.appendTextID("vcmi.broadcast.simturn.endbetween");
|
||||
message.appendTextID("vcmi.broadcast.simturn.endBetween");
|
||||
message.replaceName(contact.a);
|
||||
message.replaceName(contact.b);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user