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

src/profilesdialog.cpp

index 2b7af87d4daafbda8c88e01660043ba89e25662e..e215ab834f8417b5b0b59c5c2a8dc055b49d99d4 100644 (file)
@@ -102,7 +102,7 @@ void ProfilesDialog::closeEvent(QCloseEvent *event) {
 
 bool ProfilesDialog::askForSave() {
     if (!m_profileIsModified) return true;
-    if (KMessageBox::questionYesNo(this, i18n("The custom profile was modified, do you want to save it ?")) != KMessageBox::Yes) return true;
+    if (KMessageBox::questionYesNo(this, i18n("The custom profile was modified, do you want to save it?")) != KMessageBox::Yes) return true;
     return slotSaveProfile();
 }