X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Ftoolbars%2Fmainbar.cpp;h=0f92f060cb96135b5905dc529f5d1e43b05a77f3;hp=a3b722cc3dcfa041f6bc913c451d6f4e4fec8410;hb=e0ddc2a408e3b667ca8e15d8482ecdcb03d46d30;hpb=80067e4944e111bfa8d6b399812dddaa29d5a4ab diff --git a/pv/toolbars/mainbar.cpp b/pv/toolbars/mainbar.cpp index a3b722c..0f92f06 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; }