From: Soeren Apel Date: Wed, 24 May 2017 16:06:11 +0000 (+0200) Subject: MainBar: Fix notification message X-Git-Tag: pulseview-0.4.0~78 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=e0ddc2a408e3b667ca8e15d8482ecdcb03d46d30 MainBar: Fix notification message --- 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; }