Skip to content

Commit 4b69229

Browse files
authored
improve config text (#4760)
The "Capture active monitor" is exclusive to X11 (as the tooltop also indicates), so here I add minimum possible number of words to clarify that.
1 parent cb600c8 commit 4b69229

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/generalconf.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ void GeneralConf::setInsecurePixelate(bool checked)
924924
void GeneralConf::initCaptureActiveMonitor()
925925
{
926926
m_captureActiveMonitor = new QCheckBox(
927-
tr("Capture active monitor (skip monitor selection)"), this);
927+
tr("Capture active monitor in X11 (skip monitor selection)"), this);
928928
m_captureActiveMonitor->setToolTip(
929929
tr("Automatically capture the monitor where the cursor is located "
930930
"instead of showing the monitor selection dialog. "

0 commit comments

Comments
 (0)