Skip to content

Commit

Permalink
with period at the end :b
Browse files Browse the repository at this point in the history
  • Loading branch information
Emandac committed Dec 31, 2024
1 parent ff67bb7 commit 467e725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/assets/jsons/translations/template.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1598,7 +1598,7 @@ Keep it =
Remove your troops in our border immediately! =
Sorry. =
Never! =
Those lands were not yours to take. This has not gone unnoticed =
Those lands were not yours to take. This has not gone unnoticed. =

Offer Declaration of Friendship ([30] turns) =
My friend, shall we declare our friendship to the world? =
Expand Down
2 changes: 1 addition & 1 deletion core/src/com/unciv/ui/screens/worldscreen/AlertPopup.kt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class AlertPopup(
private fun addTilesStolen() {
val civInfo = getCiv(popupAlert.value)
addLeaderName(civInfo)
addGoodSizedLabel("Those lands were not yours to take. This has not gone unnoticed")
addGoodSizedLabel("Those lands were not yours to take. This has not gone unnoticed.")
addCloseButton()
}

Expand Down

0 comments on commit 467e725

Please sign in to comment.