Fixed grammar for solution transfers! (#28437)
Fixed grammar for solution transfer
This commit is contained in:
@@ -5,8 +5,8 @@ comp-solution-transfer-fill-fully = You fill {THE($target)} to the brim with {$a
|
||||
comp-solution-transfer-transfer-solution = You transfer {$amount}u to {THE($target)}.
|
||||
|
||||
## Displayed when trying to transfer to a solution, but either the giver is empty or the taker is full
|
||||
comp-solution-transfer-is-empty = {THE($target)} is empty!
|
||||
comp-solution-transfer-is-full = {THE($target)} is full!
|
||||
comp-solution-transfer-is-empty = {CAPITALIZE(THE($target))} is empty!
|
||||
comp-solution-transfer-is-full = {CAPITALIZE(THE($target))} is full!
|
||||
|
||||
## Displayed in change transfer amount verb's name
|
||||
comp-solution-transfer-verb-custom-amount = Custom
|
||||
|
||||
Reference in New Issue
Block a user