diff options
| author | Stephan Binner <[email protected]> | 2008-11-17 21:03:31 +0000 |
|---|---|---|
| committer | Stephan Binner <[email protected]> | 2008-11-17 21:03:31 +0000 |
| commit | 916218269b32bfc3d03b790fca11dad5bbbd1c1f (patch) | |
| tree | f1839be9ef33fb8fa7a7307b5e33ad7981b231a0 /src/detailsviewsettingspage.cpp | |
| parent | 194f19531fad013963f7eaca98f0c0ee08eb3398 (diff) | |
i18n style guide fixes
svn path=/trunk/KDE/kdebase/apps/; revision=885752
Diffstat (limited to 'src/detailsviewsettingspage.cpp')
| -rw-r--r-- | src/detailsviewsettingspage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detailsviewsettingspage.cpp b/src/detailsviewsettingspage.cpp index b8d9869a6..8d67287c7 100644 --- a/src/detailsviewsettingspage.cpp +++ b/src/detailsviewsettingspage.cpp @@ -77,7 +77,7 @@ DetailsViewSettingsPage::DetailsViewSettingsPage(QWidget* parent) : textLayout->addWidget(m_fontRequester); // create "Expandable Folders" checkbox - m_expandableFolders = new QCheckBox(i18nc("@option:check", "Expandable Folders"), this); + m_expandableFolders = new QCheckBox(i18nc("@option:check", "Expandable folders"), this); connect(m_expandableFolders, SIGNAL(toggled(bool)), this, SIGNAL(changed())); // Add a dummy widget with no restriction regarding |
