]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.cpp
Add some context info for translaters
[kdenlive] / src / mainwindow.cpp
index 3b64937db270269e57ded7e3d67bf92c0c22619c..7258b46f3feb542b0dd76b7c7613d1048c3c39ca 100644 (file)
@@ -4155,7 +4155,7 @@ void MainWindow::slotPrepareRendering(bool scriptExport, bool zoneOnly, const QS
                 // Always insert a guide in pos 0
                 QDomElement chapter = doc.createElement("chapter");
                 chapters.insertBefore(chapter, QDomNode());
-                chapter.setAttribute("title", i18n("Start"));
+                chapter.setAttribute("title", i18nc("the first in a list of chapters", "Start"));
                 chapter.setAttribute("time", "0");
             }
             // save chapters file