Renamed showUserProfile to user_details to keep compatibility with invisible interface and naming pattern of functions

This commit is contained in:
2023-10-10 17:43:31 -06:00
parent b3e0b21ee7
commit d56c8b4372
8 changed files with 14 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ actions = {
"remove_from_favourites": _(u"Remove post from favorites"),
"toggle_like": _("Add/remove post from favorites"),
"follow": _(u"Open the user actions dialogue"),
# "user_details": _(u"See user details"),
"user_details": _(u"See user details"),
"view_item": _(u"Show post"),
"exit": _(u"Quit"),
"open_timeline": _(u"Open user timeline"),