mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 11:58:00 +00:00
Remove % translation prefixes dotted around all over the place
This commit is contained in:
@@ -38,8 +38,8 @@ class TitleCommand extends VanillaCommand{
|
||||
public function __construct(string $name){
|
||||
parent::__construct(
|
||||
$name,
|
||||
"%" . KnownTranslationKeys::POCKETMINE_COMMAND_TITLE_DESCRIPTION,
|
||||
"%" . KnownTranslationKeys::COMMANDS_TITLE_USAGE
|
||||
KnownTranslationKeys::POCKETMINE_COMMAND_TITLE_DESCRIPTION,
|
||||
KnownTranslationKeys::COMMANDS_TITLE_USAGE
|
||||
);
|
||||
$this->setPermission(DefaultPermissionNames::COMMAND_TITLE);
|
||||
}
|
||||
|
Reference in New Issue
Block a user