From f87da4103deae50befab271b2b1984282b31a261 Mon Sep 17 00:00:00 2001 From: jeena Date: Tue, 26 Feb 2013 02:30:48 +0100 Subject: [PATCH] changed Find entity to Open Profile --- Linux/Windows.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Linux/Windows.py b/Linux/Windows.py index c4442bb..0495d24 100644 --- a/Linux/Windows.py +++ b/Linux/Windows.py @@ -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)