]> git.sesse.net Git - kdenlive/blobdiff - src/clipproperties.cpp
Fix i18n calls
[kdenlive] / src / clipproperties.cpp
index b448d45375124dfc2af5fa097131cbf4567d46d9..d1d610aa0a8dd24526b9a066a8eba94accacb30a 100644 (file)
@@ -230,7 +230,7 @@ ClipProperties::ClipProperties(DocClipBase *clip, Timecode tc, double fps, QWidg
         m_proxyContainer = new QFrame();
         m_proxyContainer->setFrameShape(QFrame::NoFrame);
         QHBoxLayout *l = new QHBoxLayout;
-        l->addWidget(new QLabel(i18n("Proxy clip: %1").arg(KIO::convertSize(f.size()))));
+        l->addWidget(new QLabel(i18n("Proxy clip: %1"KIO::convertSize(f.size()))));
         l->addStretch(5);
         QPushButton *pb = new QPushButton(i18n("Delete proxy"));
         l->addWidget(pb);