X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/d38de66f4b97a6d9cd30f3fc69e66b343ca312dc..fbe257768cf88efb65064b3302aa88c074eaf719:/src/dolphinfontrequester.cpp diff --git a/src/dolphinfontrequester.cpp b/src/dolphinfontrequester.cpp index 5295ed939..8e27851e2 100644 --- a/src/dolphinfontrequester.cpp +++ b/src/dolphinfontrequester.cpp @@ -40,7 +40,7 @@ DolphinFontRequester::DolphinFontRequester(QWidget* parent) : connect(m_modeCombo, SIGNAL(activated(int)), this, SLOT(changeMode(int))); - m_chooseFontButton = new QPushButton(i18n("Choose..."), this); + m_chooseFontButton = new QPushButton(i18nc("@action:button Choose font", "Choose..."), this); connect(m_chooseFontButton, SIGNAL(clicked()), this, SLOT(openFontDialog()));