Update some i18n source text
This commit is contained in:
parent
c7a39ec7e4
commit
ea9f6b73e0
2 changed files with 9 additions and 9 deletions
|
|
@ -844,7 +844,7 @@ namespace TShockAPI
|
|||
}
|
||||
}
|
||||
|
||||
return RestResponse(GetPluralString($"{killcount} NPC has been killed.", "{killcount} NPCs have been killed.", killcount));
|
||||
return RestResponse(GetPluralString("{0} NPC has been killed.", "{0} NPCs have been killed.", killcount, killcount));
|
||||
}
|
||||
|
||||
[Description("Get information regarding the world.")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue