Remove a trailing space; update translation files
This commit is contained in:
committed by
borgmanJeremy
parent
7edb10a218
commit
2d1d664a57
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user