Remove a trailing space; update translation files

This commit is contained in:
Boyuan Yang
2020-09-23 13:03:58 -04:00
committed by borgmanJeremy
parent 7edb10a218
commit 2d1d664a57
23 changed files with 2804 additions and 1202 deletions

View File

@@ -39,7 +39,7 @@ ScreenshotSaver::saveToClipboard(const QPixmap& capture)
(!ConfigHandler().saveAfterCopyPathValue().isEmpty())) {
saveToFilesystem(capture,
ConfigHandler().saveAfterCopyPathValue(),
QObject::tr("Capture saved to clipboard. "));
QObject::tr("Capture saved to clipboard."));
QApplication::clipboard()->setPixmap(capture);
}
// Otherwise only save to clipboard