Make copy paste message more accurate

This commit is contained in:
Gustas
2025-12-01 15:09:27 +02:00
committed by Gustas Kažukauskas
parent 62e692063a
commit 93602c7c95
3 changed files with 24 additions and 7 deletions

View File

@@ -784,11 +784,9 @@ notification-time-limit-expired = Time limit has expired.
notification-added-actor = Added { $name } ({ $id })
## EditorCopyPasteBrush
notification-copied-tiles =
{ $count ->
[one] Copied one tile
*[other] Copied { $count } tiles
}
notification-copied-tiles = Copied { $tiles } tiles
notification-copied-actors = Copied { $actors } actors
notification-copied-tiles-actors = Copied { $tiles } tiles and { $actors } actors
## EditorDefaultBrush
notification-selected-area = Selected area { $x },{ $y } ({ $width },{ $height })