diff options
| author | Chusslove Illich <[email protected]> | 2008-03-18 22:38:52 +0000 |
|---|---|---|
| committer | Chusslove Illich <[email protected]> | 2008-03-18 22:38:52 +0000 |
| commit | 428a5cacceb9944b0ad803608de663cc84fcdadc (patch) | |
| tree | da39178cff514ad69f287c754a9c7084dc2bd7ce /src/dolphinfontrequester.cpp | |
| parent | 7bce1c996b256620aa9f62943ebbb5ccc1ec5082 (diff) | |
Fix Krazy i18n issues.
svn path=/trunk/KDE/kdebase/apps/; revision=787308
Diffstat (limited to 'src/dolphinfontrequester.cpp')
| -rw-r--r-- | src/dolphinfontrequester.cpp | 2 |
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())); |
