MainBar: Fix notification message
authorSoeren Apel <soeren@apelpie.net>
Wed, 24 May 2017 16:06:11 +0000 (18:06 +0200)
committerSoeren Apel <soeren@apelpie.net>
Fri, 26 May 2017 17:36:04 +0000 (19:36 +0200)
pv/toolbars/mainbar.cpp

index a3b722cc3dcfa041f6bc913c451d6f4e4fec8410..0f92f060cb96135b5905dc529f5d1e43b05a77f3 100644 (file)
@@ -599,7 +599,7 @@ void MainBar::export_file(shared_ptr<OutputFormat> 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;
                }