This commit is contained in:
fourtf
2021-06-21 11:35:53 +02:00
parent e352d7b31a
commit 97b9bfb2bd
5 changed files with 8 additions and 6 deletions
+3 -3
View File
@@ -352,10 +352,10 @@ void Notebook::setShowTabs(bool value)
{
QMessageBox msgBox;
msgBox.window()->setWindowTitle("Chatterino - hidden tabs");
msgBox.setText("You've just hidden your tabs");
msgBox.setText("You've just hidden your tabs.");
msgBox.setInformativeText(
"You can toggle tabs by using the keyboard shortcut (Ctrl + U by "
"default) or right-clicking on the tab area and selecting \"Toggle "
"You can toggle tabs by using the keyboard shortcut (Ctrl+U by "
"default) or right-clicking the tab area and selecting \"Toggle "
"visibility of tabs\".");
msgBox.addButton(QMessageBox::Ok);
auto *dsaButton =