Mastodon: Added user aliases

This commit is contained in:
2023-04-05 13:28:09 -06:00
parent 00a5ad9e59
commit 10e23b039b
6 changed files with 39 additions and 8 deletions

View File

@@ -53,5 +53,5 @@ actions = {
"audio": _(u"Try to play a media file"),
"update_buffer": _(u"Updates the buffer and retrieves possible lost items there."),
"ocr_image": _(u"Extracts the text from a picture and displays the result in a dialog."),
# "add_alias": _("Adds an alias to an user"),
"add_alias": _("Adds an alias to an user"),
}