]> git.siccegge.de Git - frida/frida.git/blobdiff - src/gui/Mainwindow.cxx
Script files are not actually binaries but scripts!
[frida/frida.git] / src / gui / Mainwindow.cxx
index 544d5fd7dc65efee0af1d8d5f7ab194b1a93b291..39fc83e0d83b4506ccc8d4e56ef5ca5ec138d2af 100644 (file)
@@ -56,7 +56,7 @@ Mainwindow::Mainwindow(InformationManager* mgr)
        connect(guileLoad, &QAction::triggered,
                [&]() {
                        QString fileName = QFileDialog::getOpenFileName(this, tr("Open Script"), "",
-                                                                       tr("Binaries") + " (*." +
+                                                                       tr("Scripts") + " (*." +
                                                                        manager->getInterpreter("GUILE")->fileExtension().c_str() + ")");
                        if(! fileName.isNull()) {
                                std::stringstream a, b;