mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-20 20:59:18 +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"
|
"An unknown civilization has adopted the [${policy.name}] policy"
|
||||||
}
|
}
|
||||||
civ.addNotification(
|
civ.addNotification(
|
||||||
"${defaultNotificationText}${extraNotificationTextCopy}", NotificationCategory.General, NotificationIcon.Culture
|
"{${defaultNotificationText}}{${extraNotificationTextCopy}}", NotificationCategory.General, NotificationIcon.Culture
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user