Skip to content

Commit

Permalink
rename settings dialog (#436)
Browse files Browse the repository at this point in the history
because it already contains more than paths and architecture
  • Loading branch information
GitMensch committed Dec 1, 2022
1 parent d752d7a commit 2a510ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ void MainWindow::aboutKDAB()

void MainWindow::openSettingsDialog()
{
m_settingsDialog->setWindowTitle(tr("Paths and Architecture Settings"));
m_settingsDialog->setWindowTitle(tr("Hotspot configuration"));
m_settingsDialog->setWindowIcon(windowIcon());
m_settingsDialog->adjustSize();
m_settingsDialog->initSettings();
Expand Down

0 comments on commit 2a510ff

Please sign in to comment.