aboutsummaryrefslogtreecommitdiffstats
path: root/settingsdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'settingsdialog.cpp')
-rwxr-xr-xsettingsdialog.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/settingsdialog.cpp b/settingsdialog.cpp
index ccd6ee9..ffdb5b5 100755
--- a/settingsdialog.cpp
+++ b/settingsdialog.cpp
@@ -139,8 +139,6 @@ GeneralTab::GeneralTab(QWidget *parent)
}
langBoxLayout->addWidget(langSelectBox);
- QLabel *langNote = new QLabel(tr("Language change is applied after restarting program."));
- langBoxLayout->addWidget(langNote);
langBox->setLayout(langBoxLayout);
QVBoxLayout *mainLayout = new QVBoxLayout;