Added more keystrokes to the invisible interface

This commit is contained in:
2015-11-03 09:02:19 -06:00
parent 7dfe2cbb5c
commit fa1b8bfde3
6 changed files with 24 additions and 6 deletions

View File

@@ -46,5 +46,8 @@ actions = {
"view_reverse_geocode": _(u"Display the tweet's geolocation in a dialog"),
"get_trending_topics": _(u"Create a trending topics buffer"),
"open_conversation": _(u"View conversation"),
"check_for_updates": _(u"Checks for new TWBlue versions"),
"check_for_updates": _(u"Check and download updates"),
"lists_manager": _(u"Opens the list manager, which allows you to create, edit, delete and open lists in buffers."),
"configuration": _(u"Opens the global settings dialogue"),
"accountConfiguration": _(u"Opens the account settings dialogue"),
}