translations
This commit is contained in:
@@ -37,9 +37,9 @@ void AdjustPictureDialog::accept() {
|
||||
|
||||
if (result == "") {
|
||||
QMessageBox infoDialog;
|
||||
infoDialog.setText("QR code was not detected on that image. Please edit it again or enter data manually");
|
||||
infoDialog.setText(tr("QR code was not detected on that image. Please edit it again or enter data manually"));
|
||||
infoDialog.setIcon(QMessageBox::Warning);
|
||||
infoDialog.setWindowTitle("No QR code");
|
||||
infoDialog.setWindowTitle(tr("No QR code"));
|
||||
infoDialog.exec();
|
||||
} else {
|
||||
emit decodedData(result);
|
||||
|
||||
Reference in New Issue
Block a user