mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-26 05:14:32 -04:00
Fix missing "HP" in battle notifications (#7638)
These two missing "HP" caused these two lines to not be translated in the notification log.
This commit is contained in:
parent
cf44f41372
commit
9ca5b0f850
@ -764,9 +764,9 @@ Your Golden Age has ended. =
|
|||||||
We have conquered the city of [cityName]! =
|
We have conquered the city of [cityName]! =
|
||||||
Your citizens are revolting due to very high unhappiness! =
|
Your citizens are revolting due to very high unhappiness! =
|
||||||
An enemy [unit] has attacked [cityName] =
|
An enemy [unit] has attacked [cityName] =
|
||||||
An enemy [unit] ([amount]) has attacked [cityName] ([amount2]) =
|
An enemy [unit] ([amount] HP) has attacked [cityName] ([amount2] HP) =
|
||||||
An enemy [unit] has attacked our [ourUnit] =
|
An enemy [unit] has attacked our [ourUnit] =
|
||||||
An enemy [unit] ([amount]) has attacked our [ourUnit] ([amount2]) =
|
An enemy [unit] ([amount] HP) has attacked our [ourUnit] ([amount2] HP) =
|
||||||
Enemy city [cityName] has attacked our [ourUnit] =
|
Enemy city [cityName] has attacked our [ourUnit] =
|
||||||
Enemy city [cityName] ([amount] HP) has attacked our [ourUnit] ([amount2] HP) =
|
Enemy city [cityName] ([amount] HP) has attacked our [ourUnit] ([amount2] HP) =
|
||||||
An enemy [unit] has captured [cityName] =
|
An enemy [unit] has captured [cityName] =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user