┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinfontrequester.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinfontrequester.cpp')
-rw-r--r--src/dolphinfontrequester.cpp2
1 files changed, 1 insertions, 1 deletions
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()));