Adjust a UI string to make its meaning clearer

REVIEW: 129232
wilder-portage
Lasse Liehu 10 years ago
parent b2b044cf2a
commit bb75618624
  1. 2
      src/EditProfileDialog.cpp

@ -1258,7 +1258,7 @@ void EditProfileDialog::showFontDialog()
bool result;
if (showAllFonts) {
currentFont = QFontDialog::getFont(&result, currentFont, this,
i18n("Select All Font"));
i18n("Select Any Font"));
} else {
currentFont = QFontDialog::getFont(&result, currentFont, this,
i18n("Select Fixed Width Font"),

Loading…
Cancel
Save