From dd5009bd17bc0d814c06d3a6962929084878f350 Mon Sep 17 00:00:00 2001 From: Alexander Khosrowshahi Date: Mon, 30 Jun 2025 15:05:08 -0400 Subject: Change 'Path' to 'Path on disk' in triage summary --- examples/triage/fileinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/triage/fileinfo.cpp') diff --git a/examples/triage/fileinfo.cpp b/examples/triage/fileinfo.cpp index b521b892..5a9ba743 100644 --- a/examples/triage/fileinfo.cpp +++ b/examples/triage/fileinfo.cpp @@ -75,7 +75,7 @@ FileInfoWidget::FileInfoWidget(QWidget* parent, BinaryViewRef bv) const auto file = bv->GetFile(); const auto filePath = file->GetOriginalFilename(); - this->addCopyableField("Path: ", filePath.c_str()); + this->addCopyableField("Path on disk: ", filePath.c_str()); // If triage view is opened from a project, show both actual filepath and path relative to project if (const auto fileProjectRef = file->GetProjectFile()) -- cgit v1.3.1