Use THE() for SecretStash (#17049)
This commit is contained in:
committed by
GitHub
parent
304832dcf6
commit
ee784ac17c
@@ -1,10 +1,10 @@
|
||||
### Secret stash component. Stuff like potted plants, comfy chair cushions, etc...
|
||||
|
||||
comp-secret-stash-secret-part-name = {$name}
|
||||
comp-secret-stash-action-hide-success = You hide {$item} in { $this }
|
||||
comp-secret-stash-secret-part-name = { THE($item) }
|
||||
comp-secret-stash-action-hide-success = You hide { THE($item) } in { $this }
|
||||
comp-secret-stash-action-hide-container-not-empty = There's already something in here?!
|
||||
comp-secret-stash-action-hide-item-too-big = {$item} is too big to fit in {$stash}!
|
||||
comp-secret-stash-action-hide-item-too-big = { THE($item) } is too big to fit in {$stash}!
|
||||
comp-secret-stash-action-get-item-found-something = There was something inside {$stash}!
|
||||
|
||||
secret-stash-part-plant = the plant
|
||||
secret-stash-part-toilet = the toilet cistern
|
||||
secret-stash-part-toilet = the toilet cistern
|
||||
|
||||
Reference in New Issue
Block a user