]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinfontrequester.cpp
* changed "Click to add comment..." to simply "Add comment..." for consistency with...
[dolphin.git] / src / dolphinfontrequester.cpp
index 5295ed939230cf6799dc97e5d631e5cb2079eec9..8e27851e2f006164eda12e9414e62aa32e5b5864 100644 (file)
@@ -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()));