aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Numerlor <[email protected]>2021-04-08 10:11:42 +0200
committerGravatar Numerlor <[email protected]>2021-04-08 10:12:52 +0200
commitb436dcf9aa11d188f5646fe795e428f99be30b6f (patch)
tree689ba52e816d759ac08b79981f8f1b8440ce6bfc
parentAdd missing 'attempts' (diff)
Use 'Similar names' instead of 'moved' in footer
The meaning of 'moved' may not have been clear for people that weren't familiar with how the system works Co-authored-by: MarkKoz <[email protected]>
-rw-r--r--bot/exts/info/doc/_cog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/info/doc/_cog.py b/bot/exts/info/doc/_cog.py
index ff67b0e61..7352deb8c 100644
--- a/bot/exts/info/doc/_cog.py
+++ b/bot/exts/info/doc/_cog.py
@@ -284,7 +284,7 @@ class DocCog(commands.Cog):
# with a max of 100 chars.
if symbol_name in self.renamed_symbols:
renamed_symbols = ", ".join(self.renamed_symbols[symbol_name])
- footer_text = textwrap.shorten("Moved: " + renamed_symbols, 200, placeholder=" ...")
+ footer_text = textwrap.shorten("Similar names: " + renamed_symbols, 200, placeholder=" ...")
else:
footer_text = ""