From 3c07e7269a437fb3d31dc2fcb997be75181f1600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sat, 21 Sep 2019 10:45:34 +0200 Subject: [PATCH] Update the UI string about system tray support --- YACReaderLibrary/options_dialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/YACReaderLibrary/options_dialog.cpp b/YACReaderLibrary/options_dialog.cpp index 11d4e1be..432273a8 100644 --- a/YACReaderLibrary/options_dialog.cpp +++ b/YACReaderLibrary/options_dialog.cpp @@ -44,11 +44,11 @@ OptionsDialog::OptionsDialog(QWidget *parent) sw->hide(); #endif // Tray icon settings - QGroupBox *trayIconBox = new QGroupBox(tr("Tray icon settings")); + QGroupBox *trayIconBox = new QGroupBox(tr("Tray icon settings (experimental)")); QVBoxLayout *trayLayout = new QVBoxLayout(); - trayIconCheckbox = new QCheckBox(tr("Minimize to tray")); - startToTrayCheckbox = new QCheckBox(tr("Start minimized")); + trayIconCheckbox = new QCheckBox(tr("Close to tray")); + startToTrayCheckbox = new QCheckBox(tr("Start into the system tray")); connect(trayIconCheckbox, &QCheckBox::clicked, [=](bool checked) {