fix (rooms): Typos in room config.
This commit is contained in:
@@ -26,7 +26,7 @@ class RoomSettings(SettingGroup):
|
|||||||
)
|
)
|
||||||
_long_desc = _p(
|
_long_desc = _p(
|
||||||
'guildset:room_category|long_desc',
|
'guildset:room_category|long_desc',
|
||||||
"When a member uses `/room rent` to rent a new private room, "
|
"When a member uses {cmds[room rent]} to rent a new private room, "
|
||||||
"a private voice channel will be created under this category, "
|
"a private voice channel will be created under this category, "
|
||||||
"manageable by the member. "
|
"manageable by the member. "
|
||||||
"I must have permission to create new channels in this category, "
|
"I must have permission to create new channels in this category, "
|
||||||
@@ -97,7 +97,7 @@ class RoomSettings(SettingGroup):
|
|||||||
t = ctx_translator.get().t
|
t = ctx_translator.get().t
|
||||||
resp = t(_p(
|
resp = t(_p(
|
||||||
'guildset:rooms_price|set_response',
|
'guildset:rooms_price|set_response',
|
||||||
"Private rooms will now cost {coin}**{amount}}** per 24 hours."
|
"Private rooms will now cost {coin}**{amount}** per 24 hours."
|
||||||
)).format(
|
)).format(
|
||||||
coin=conf.emojis.coin,
|
coin=conf.emojis.coin,
|
||||||
amount=self.value
|
amount=self.value
|
||||||
@@ -117,7 +117,7 @@ class RoomSettings(SettingGroup):
|
|||||||
_long_desc = _p(
|
_long_desc = _p(
|
||||||
'guildset:rooms_slots|long_desc',
|
'guildset:rooms_slots|long_desc',
|
||||||
"Private room owners may invite other members to their private room via the UI, "
|
"Private room owners may invite other members to their private room via the UI, "
|
||||||
"or through the `/room invite` command. "
|
"or through the {cmds[room invite]} command. "
|
||||||
"This setting limits the maximum number of members a private room may hold."
|
"This setting limits the maximum number of members a private room may hold."
|
||||||
)
|
)
|
||||||
_accepts = _p(
|
_accepts = _p(
|
||||||
|
|||||||
Reference in New Issue
Block a user