]> git.sesse.net Git - kdenlive/blobdiff - src/main.cpp
Fix typos (patch from yurchor)
[kdenlive] / src / main.cpp
index 369de55e840487e5046e24ece1aa014f7e4251c8..e1d348e8f2cb94dbbc922ca9e890c4080011b292 100644 (file)
@@ -50,7 +50,7 @@ int main(int argc, char *argv[])
     KCmdLineArgs::init(argc, argv, &aboutData);
 
     KCmdLineOptions options;
-    options.add("mlt-path <path>", ki18n("Set the path for MLT environnement"));
+    options.add("mlt-path <path>", ki18n("Set the path for MLT environment"));
     options.add("+[file]", ki18n("Document to open")); //new
     KCmdLineArgs::addCmdLineOptions(options); //new