From 36a8afb39f0385bf84590ecaece7be73ed850f95 Mon Sep 17 00:00:00 2001 From: Kit PANG Date: Sun, 8 Oct 2023 10:07:07 +0800 Subject: [PATCH] Update config use last region wordings --- src/config/generalconf.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/config/generalconf.cpp b/src/config/generalconf.cpp index 47de77f809..8c8024def7 100644 --- a/src/config/generalconf.cpp +++ b/src/config/generalconf.cpp @@ -253,9 +253,10 @@ void GeneralConf::initShowHelp() void GeneralConf::initSaveLastRegion() { - m_saveLastRegion = new QCheckBox(tr("Use last region"), this); - m_saveLastRegion->setToolTip(tr("Uses the last region as the default " - "selection for the next screenshot")); + m_saveLastRegion = new QCheckBox(tr("Use last region for GUI mode"), this); + m_saveLastRegion->setToolTip( + tr("Use the last region as the default selection for the next screenshot " + "in GUI mode")); m_scrollAreaLayout->addWidget(m_saveLastRegion); connect(m_saveLastRegion,