]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.cpp
Fix typo in time code format display.
[kdenlive] / src / mainwindow.cpp
index ebf1feeb30383fdd7a74ac0b036e0f18972deaac..9a25e6848e4e2c7f2366ed72198e3b50ef3769bb 100644 (file)
@@ -887,7 +887,7 @@ void MainWindow::setupActions()
 
     KActionCollection* collection = actionCollection();
     m_timecodeFormat = new KComboBox(this);
-    m_timecodeFormat->addItem(i18n("hh:mm:ss::ff"));
+    m_timecodeFormat->addItem(i18n("hh:mm:ss:ff"));
     m_timecodeFormat->addItem(i18n("Frames"));
     if (KdenliveSettings::frametimecode()) m_timecodeFormat->setCurrentIndex(1);
     connect(m_timecodeFormat, SIGNAL(activated(int)), this, SLOT(slotUpdateTimecodeFormat(int)));