Skip to content

Commit

Permalink
Update config use last region wordings
Browse files Browse the repository at this point in the history
  • Loading branch information
Kit-p authored Oct 8, 2023
1 parent 4ed456e commit 36a8afb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/config/generalconf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 36a8afb

Please sign in to comment.