From 4ac03f396fb6a62a7fd315babcab826a66cd838c Mon Sep 17 00:00:00 2001 From: fourtf Date: Fri, 5 Jan 2018 11:04:37 +0100 Subject: [PATCH] removed "Commands don't save" text --- src/widgets/settingsdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/settingsdialog.cpp b/src/widgets/settingsdialog.cpp index 94f25be04..cd713a11a 100644 --- a/src/widgets/settingsdialog.cpp +++ b/src/widgets/settingsdialog.cpp @@ -370,7 +370,7 @@ QVBoxLayout *SettingsDialog::createCommandsTab() auto layout = this->createTabLayout(); - layout->addWidget(new QLabel("One command per line. Commands don't save right now")); + layout->addWidget(new QLabel("One command per line.")); layout->addWidget(new QLabel("\"/cmd example command\" will print " "\"example command\" when you type /cmd in chat.")); layout->addWidget(new QLabel("{1} will be replaced with the first word you type after the "