X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fdocumentvalidator.cpp;h=1ebcb6f0556008780f7f3010d770163fb0c51fb8;hb=5aa1fc29e8870b49734af730895cd92a50a29a72;hp=251021a554c84b51ffea6939ca8580c2d784c867;hpb=b61080cba46daa3b44dcc7992c68f91534b3ab27;p=kdenlive diff --git a/src/documentvalidator.cpp b/src/documentvalidator.cpp index 251021a5..1ebcb6f0 100644 --- a/src/documentvalidator.cpp +++ b/src/documentvalidator.cpp @@ -166,7 +166,7 @@ bool DocumentValidator::upgrade(double version, const double currentVersion) // The document is too new if (version > currentVersion) { kDebug() << "Unable to open document with version " << version; - KMessageBox::sorry(kapp->activeWindow(), i18n("This project type is unsupported (version %1) and can't be loaded.\nPlease consider upgrading you Kdenlive version.", version), i18n("Unable to open project")); + KMessageBox::sorry(kapp->activeWindow(), i18n("This project type is unsupported (version %1) and can't be loaded.\nPlease consider upgrading your Kdenlive version.", version), i18n("Unable to open project")); return false; }