Update Ukrainian and Russian translations
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user