Fix translation for an unknown civilization (#13634)

* fix broken translation

* apply suggested change

* fix untraslated string in load game screen

* update incorrect demand message

* refactor translation for an unknown civilization

* fix spaces

* fix translation for an unknown translation
This commit is contained in:
metablaster 2025-07-17 22:18:12 +02:00 committed by GitHub
parent 7685591be7
commit e56680edda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -144,7 +144,7 @@ object Nuke {
)
else
otherCiv.addNotification(
"A(n) [${attacker.getName()}] has been detonated by an [unknown civilization]!",
"A(n) [${attacker.getName()}] has been detonated by [an unknown civilization]!",
nukeNotificationAction, NotificationCategory.War, NotificationIcon.War, attacker.getName()
)
}