mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-20 12:48:56 +07:00
Resolve #8403 - global alerts not translated properly
This commit is contained in:
@ -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
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user