chkNamedColors=newQCheckBox(i18n("Show preview for known color names"),this);
chkNamedColors->setToolTip(i18n("Also show the color picker for known color names (e.g. skyblue).\nSee https://www.w3.org/TR/SVG11/types.html#ColorKeywords for the list of colors."));
chkNamedColors->setToolTip(i18n(
"Also show the color picker for known color names (e.g. skyblue).\nSee https://www.w3.org/TR/SVG11/types.html#ColorKeywords for the list of colors."));
layout->addWidget(chkNamedColors);
chkPreviewAfterColor=newQCheckBox(i18n("Place preview after text color"),this);
if(KMessageBox::questionYesNo(this,i18np("You are trying to open 1 file, are you sure?","You are trying to open %1 files, are you sure?",list.count()))==KMessageBox::No)
if(KMessageBox::questionYesNo(this,
i18np("You are trying to open 1 file, are you sure?","You are trying to open %1 files, are you sure?",list.count()))