1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Fix confusing statement

it sounds like you can press enter to make a new selection
This commit is contained in:
ProMcTagonist 2015-08-30 11:37:21 -07:00
parent f8cc36fc94
commit 54e4c3c1f8

View File

@ -159,7 +159,7 @@ void ScreenshotGrabber::useNothingSelectedTooltip()
void ScreenshotGrabber::useRegionSelectedTooltip()
{
helperTooltip->setHtml(tr("Press <b>Enter</b> to send a screenshot of the selected region or select a new region.<br>Press <b>Space</b> to hide/show qTox window and repeat region selection.<br> Press <b>Escape</b> to cancel.",
helperTooltip->setHtml(tr("Press <b>Enter</b> to send a screenshot of the selected region.<br>Press <b>Space</b> to hide/show qTox window and repeat region selection.<br> Press <b>Escape</b> to cancel.",
"Help text shown when a region has been selected"));
adjustTooltipPosition();
}