changed Find entity to Open Profile

This commit is contained in:
jeena 2013-02-26 02:30:48 +01:00
parent 43124c4c97
commit f87da4103d

View file

@ -124,9 +124,9 @@ class Timeline:
mentionsAction.setStatusTip("Show Mentions")
mentionsAction.triggered.connect(self.app.mentions_show)
findEntityAction = QtGui.QAction("&Entity", self.window)
findEntityAction = QtGui.QAction("&Open Profile", self.window)
findEntityAction.setShortcut("Ctrl+u")
findEntityAction.setStatusTip("Find Entity")
findEntityAction.setStatusTip("Find entity and open its profile view")
findEntityAction.triggered.connect(self.app.find_entity_show)
hideAction = QtGui.QAction("&Hide window", self.window)