Update Ukrainian and Russian translations

This commit is contained in:
Yuriy Puchkov
2020-09-28 12:09:34 +03:00
parent 9f26384003
commit fc86f473cd
24 changed files with 255 additions and 229 deletions

View File

@@ -108,9 +108,9 @@ bool ScreenshotSaver::saveToFilesystemGUI(const QPixmap& capture)
QString msg = QObject::tr("Capture saved as ") + savePath;
if (config.copyPathAfterSaveEnabled()) {
QApplication::clipboard()->setText(savePath);
msg =
QObject::tr("Capture saved and copied to the clipboard as ") +
savePath;
msg = QObject::tr(
"Capture is saved and copied to the clipboard as ") +
savePath;
}
SystemNotification().sendMessage(msg, savePath);
} else {