QAction*updatePreset=m_presetMenu->addAction(QIcon::fromTheme(QStringLiteral("document-save-as-template")),i18n("Update current preset"),this,&AssetParameterView::slotUpdatePreset);
presetName=QInputDialog::getText(this,i18n("Enter preset name"),i18n("Enter the name of this preset"),QLineEdit::Normal,QString(),&ok);
presetName=QInputDialog::getText(this,i18nc("@title:window","Enter Preset Name"),i18n("Enter the name of this preset:"),QLineEdit::Normal,QString(),&ok);
setupAddClipAction(addClipMenu,ClipType::Color,QStringLiteral("add_color_clip"),i18n("Add Color Clip"),QIcon::fromTheme(QStringLiteral("kdenlive-add-color-clip")));
setupAddClipAction(addClipMenu,ClipType::Text,QStringLiteral("add_text_clip"),i18n("Add Title Clip"),QIcon::fromTheme(QStringLiteral("kdenlive-add-text-clip")));
setupAddClipAction(addClipMenu,ClipType::Color,QStringLiteral("add_color_clip"),i18n("Add Color Clip…"),QIcon::fromTheme(QStringLiteral("kdenlive-add-color-clip")));
setupAddClipAction(addClipMenu,ClipType::Text,QStringLiteral("add_text_clip"),i18n("Add Title Clip…"),QIcon::fromTheme(QStringLiteral("kdenlive-add-text-clip")));
QStringpresetName=QInputDialog::getText(this,i18n("Enter preset name"),i18n("Enter the name of this preset"),QLineEdit::Normal,QString(),&ok);
QStringpresetName=QInputDialog::getText(this,i18nc("@title:window","Enter Preset Name"),i18n("Enter the name of this preset:"),QLineEdit::Normal,QString(),&ok);
renderName=QInputDialog::getText(this,i18n("Delayed rendering"),i18n("Select a name for this rendering."),QLineEdit::Normal,renderName,&ok);
renderName=QInputDialog::getText(this,i18nc("@title:window","Delayed Rendering"),i18n("Select a name for this rendering."),QLineEdit::Normal,renderName,&ok);