]> git.sesse.net Git - kdenlive/blobdiff - src/documentvalidator.cpp
Fix typos (patch from yurchor)
[kdenlive] / src / documentvalidator.cpp
index 251021a554c84b51ffea6939ca8580c2d784c867..1ebcb6f0556008780f7f3010d770163fb0c51fb8 100644 (file)
@@ -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;
     }