diff --git a/kcms/kfontinst/kcmfontinst/FontFilter.cpp b/kcms/kfontinst/kcmfontinst/FontFilter.cpp --- a/kcms/kfontinst/kcmfontinst/FontFilter.cpp +++ b/kcms/kfontinst/kcmfontinst/FontFilter.cpp @@ -342,7 +342,7 @@ itsActions[crit]->setData((int)crit); itsActions[crit]->setChecked(on); if(on) - setPlaceholderText(i18n("Filter by %1", text)); + setPlaceholderText(i18n("Filter by %1...", text)); connect(itsActions[crit], SIGNAL(toggled(bool)), SLOT(filterChanged())); } diff --git a/kcms/kfontinst/kcmfontinst/GroupList.cpp b/kcms/kfontinst/kcmfontinst/GroupList.cpp --- a/kcms/kfontinst/kcmfontinst/GroupList.cpp +++ b/kcms/kfontinst/kcmfontinst/GroupList.cpp @@ -569,7 +569,7 @@ CGroupListItem *grp=static_cast(idx.internalPointer()); if(grp && grp->isCustom() && - KMessageBox::Yes==KMessageBox::warningYesNo(itsParent, + KMessageBox::Continue==KMessageBox::warningContinueCancel(itsParent, i18n("

Do you really want to remove \'%1\'?

" "

This will only remove the group, and not " "the actual fonts.

", grp->name()), diff --git a/kcms/kfontinst/kcmfontinst/KCmFontInst.cpp b/kcms/kfontinst/kcmfontinst/KCmFontInst.cpp --- a/kcms/kfontinst/kcmfontinst/KCmFontInst.cpp +++ b/kcms/kfontinst/kcmfontinst/KCmFontInst.cpp @@ -229,19 +229,19 @@ itsGroupListView=new CGroupListView(groupWidget, itsGroupList); QPushButton *createGroup=new CPushButton(KGuiItem(QString(), "list-add", - i18n("Create a new group")), + i18n("Create New Group...")), groupWidget); - itsDeleteGroupControl=new CPushButton(KGuiItem(QString(), "edit-delete", - i18n("Remove group")), + itsDeleteGroupControl=new CPushButton(KGuiItem(QString(), "list-remove", + i18n("Remove Group...")), groupWidget); itsEnableGroupControl=new CPushButton(KGuiItem(QString(), "enablefont", - i18n("Enable all disabled fonts in the current group")), + i18n("Enable Fonts in Group...")), groupWidget); itsDisableGroupControl=new CPushButton(KGuiItem(QString(), "disablefont", - i18n("Disable all enabled fonts in the current group")), + i18n("Disable Fonts in Group...")), groupWidget); groupsLayout->addWidget(itsGroupListView, 0, 0, 1, 5); @@ -291,8 +291,8 @@ i18n("Download new fonts")), fontControlWidget); - itsDeleteFontControl=new CPushButton(KGuiItem(i18n("Delete"), "edit-delete", - i18n("Delete all selected fonts")), + itsDeleteFontControl=new CPushButton(KGuiItem(QString(), "edit-delete", + i18n("Delete Selected Fonts...")), fontControlWidget); itsPreviewSplitter->addWidget(itsPreviewWidget); @@ -305,7 +305,6 @@ // Layout widgets... toolbarLayout->addWidget(toolbar); - toolbarLayout->addItem(new QSpacerItem(toolbarLayout->spacing(), 2, QSizePolicy::MinimumExpanding, QSizePolicy::Fixed)); toolbarLayout->addWidget(itsFilter); mainLayout->addWidget(toolbarWidget); mainLayout->addWidget(itsGroupSplitter); @@ -679,13 +678,13 @@ case 0: break; case 1: - doIt = KMessageBox::Yes==KMessageBox::warningYesNo(this, + doIt = KMessageBox::Continue==KMessageBox::warningContinueCancel(this, i18n("

Do you really want to " "delete

\'%1\'?

", fontNames.first()), i18n("Delete Font"), KStandardGuiItem::del()); break; default: - doIt = KMessageBox::Yes==KMessageBox::warningYesNoList(this, + doIt = KMessageBox::Continue==KMessageBox::warningContinueCancelList(this, i18np("Do you really want to delete this font?", "Do you really want to delete these %1 fonts?", fontNames.count()), @@ -720,16 +719,16 @@ case 0: break; case 1: - doIt = KMessageBox::Yes==KMessageBox::warningYesNo(this, + doIt = KMessageBox::Continue==KMessageBox::warningContinueCancel(this, i18n("

Do you really want to " "move

\'%1\'

from %2 to %3?

", fontNames.first(), itsGroupListView->isSystem() ? i18n(KFI_KIO_FONTS_SYS) : i18n(KFI_KIO_FONTS_USER), itsGroupListView->isSystem() ? i18n(KFI_KIO_FONTS_USER) : i18n(KFI_KIO_FONTS_SYS)), i18n("Move Font"), KGuiItem(i18n("Move"))); break; default: - doIt = KMessageBox::Yes==KMessageBox::warningYesNoList(this, + doIt = KMessageBox::Continue==KMessageBox::warningContinueCancelList(this, i18np("

Do you really want to move this font from %2 to %3?

", "

Do you really want to move these %1 fonts from %2 to %3?

", fontNames.count(), @@ -808,7 +807,7 @@ { bool ok; QString name(QInputDialog::getText(this, i18n("Create New Group"), - i18n("Please enter the name of the new group:"), + i18n("Name of New Group:"), QLineEdit::Normal, i18n("New Group"), &ok)); @@ -1193,7 +1192,7 @@ case 0: break; case 1: - doIt = KMessageBox::Yes==KMessageBox::warningYesNo(this, + doIt = KMessageBox::Continue==KMessageBox::warningContinueCancel(this, grp.isEmpty() ? enable ? i18n("

Do you really want to " "enable

\'%1\'?

", fonts.first()) @@ -1212,7 +1211,7 @@ : KGuiItem(i18n("Disable"), "disablefont", i18n("Disable Font"))); break; default: - doIt = KMessageBox::Yes==KMessageBox::warningYesNoList(this, + doIt = KMessageBox::Continue==KMessageBox::warningContinueCancelList(this, grp.isEmpty() ? enable ? i18np("Do you really want to enable this font?", "Do you really want to enable these %1 fonts?",