Skip to content
Snippets Groups Projects
Unverified Commit 5fc91383 authored by Juan Manuel Carmona Loaiza's avatar Juan Manuel Carmona Loaiza :ghost: Committed by GitHub
Browse files

GUI: rename 'Import' button to 'Data'

parent 350073f9
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,7 @@ void MainWindow::initViews()
m_tabWidget->setTabToolTip(SAMPLE, QStringLiteral("Build the sample"));
m_tabWidget->insertTab(IMPORT, m_importDataView, QIcon(":/images/main_importview.svg"),
"Import");
"Data");
m_tabWidget->setTabToolTip(IMPORT, QStringLiteral("Import intensity data to fit"));
m_tabWidget->insertTab(SIMULATION, m_simulationView, QIcon(":/images/main_simulationview.svg"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment