]> git.sesse.net Git - kdenlive/commitdiff
Typo: Space removed
authorSimon A. Eugster <simon.eu@gmail.com>
Thu, 15 Jan 2009 20:50:06 +0000 (20:50 +0000)
committerSimon A. Eugster <simon.eu@gmail.com>
Thu, 15 Jan 2009 20:50:06 +0000 (20:50 +0000)
svn path=/branches/KDE4/; revision=2926

src/kdenlivedoc.cpp

index 6576d1626a36da5c7322eb5cb84127dc0d8a53fd..050dce8ee7166837dd7c7c74f03e58c061d5fe7e 100644 (file)
@@ -921,7 +921,7 @@ void KdenliveDoc::setProjectFolder(KUrl url) {
     KStandardDirs::makeDir(url.path());
     KStandardDirs::makeDir(url.path() + "/titles/");
     KStandardDirs::makeDir(url.path() + "/thumbs/");
-    if (KMessageBox::questionYesNo(kapp->activeWindow(), i18n("You have changed the project folder. Do you want to copy the cached data from %1 to the new folder %2 ?").arg(m_projectFolder.path(), url.path())) == KMessageBox::Yes) moveProjectData(url);
+    if (KMessageBox::questionYesNo(kapp->activeWindow(), i18n("You have changed the project folder. Do you want to copy the cached data from %1 to the new folder %2?").arg(m_projectFolder.path(), url.path())) == KMessageBox::Yes) moveProjectData(url);
     m_projectFolder = url;
 }