We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f887bb1 commit 25b4e03Copy full SHA for 25b4e03
1 file changed
reai_toolkit/features/detach/__init__.py
@@ -9,7 +9,7 @@ def __init__(self, config=None):
9
10
def register(self):
11
PluginCommand.register(
12
- "RevEng.AI\\Analysis\\\u200b\u200b\u200bDetach Analysis",
+ "RevEng.AI\\Analysis\\\u200b\u200bDetach",
13
"Detach from the current RevEng.AI analysis",
14
self.verify_detach,
15
self.is_valid
@@ -21,7 +21,7 @@ def verify_detach(self, bv: BinaryView):
21
22
reply = QMessageBox.question(
23
None,
24
- "RevEng.AI - Detach Analysis",
+ "RevEng.AI - Detach",
25
"Are you sure you want to detach from the current RevEng.AI analysis?\n\n"
26
"This will disconnect this binary from its analysis on the RevEng.AI platform. "
27
"You can reconnect later by choosing a source again.",
0 commit comments