1
0
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:
Laserlicht
2024-12-01 18:48:09 +01:00
parent 78e933a968
commit 6af8b62dfd
4 changed files with 53 additions and 44 deletions

View File

@@ -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);