mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-22 19:08:48 -04:00
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:
parent
7685591be7
commit
e56680edda
@ -144,7 +144,7 @@ object Nuke {
|
|||||||
)
|
)
|
||||||
else
|
else
|
||||||
otherCiv.addNotification(
|
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()
|
nukeNotificationAction, NotificationCategory.War, NotificationIcon.War, attacker.getName()
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user