Remove % translation prefixes dotted around all over the place

This commit is contained in:
Dylan K. Taylor
2021-08-15 20:03:38 +01:00
parent 39cdf23bd5
commit 039c59856d
40 changed files with 83 additions and 83 deletions

View File

@@ -39,8 +39,8 @@ class OpCommand extends VanillaCommand{
public function __construct(string $name){
parent::__construct(
$name,
"%" . KnownTranslationKeys::POCKETMINE_COMMAND_OP_DESCRIPTION,
"%" . KnownTranslationKeys::COMMANDS_OP_USAGE
KnownTranslationKeys::POCKETMINE_COMMAND_OP_DESCRIPTION,
KnownTranslationKeys::COMMANDS_OP_USAGE
);
$this->setPermission(DefaultPermissionNames::COMMAND_OP_GIVE);
}