mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-31 01:44:45 +07:00
Resolve #8403 - global alerts not translated properly
This commit is contained in:
parent
b84290de1b
commit
cfca929e73
@ -236,7 +236,7 @@ class PolicyManager : IsPartOfGameInfoSerialization {
|
||||
"An unknown civilization has adopted the [${policy.name}] policy"
|
||||
}
|
||||
civ.addNotification(
|
||||
"${defaultNotificationText}${extraNotificationTextCopy}", NotificationCategory.General, NotificationIcon.Culture
|
||||
"{${defaultNotificationText}}{${extraNotificationTextCopy}}", NotificationCategory.General, NotificationIcon.Culture
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user