From e0ddc2a408e3b667ca8e15d8482ecdcb03d46d30 Mon Sep 17 00:00:00 2001 From: Soeren Apel Date: Wed, 24 May 2017 18:06:11 +0200 Subject: [PATCH] MainBar: Fix notification message --- pv/toolbars/mainbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pv/toolbars/mainbar.cpp b/pv/toolbars/mainbar.cpp index a3b722cc..0f92f060 100644 --- a/pv/toolbars/mainbar.cpp +++ b/pv/toolbars/mainbar.cpp @@ -599,7 +599,7 @@ void MainBar::export_file(shared_ptr format, bool selection_only) if (!trace_view->cursors()->enabled()) { show_session_error(tr("Missing Cursors"), tr("You need to set the " \ "cursors before you can save the data enclosed by them " \ - "to a session file (e.g. using ALT-V - Show Cursors).")); + "to a session file (e.g. using the Show Cursors button).")); return; } -- 2.30.2