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/startupsettingspage.cpp | |
| parent | 7bce1c996b256620aa9f62943ebbb5ccc1ec5082 (diff) | |
Fix Krazy i18n issues.
svn path=/trunk/KDE/kdebase/apps/; revision=787308
Diffstat (limited to 'src/startupsettingspage.cpp')
| -rw-r--r-- | src/startupsettingspage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/startupsettingspage.cpp b/src/startupsettingspage.cpp index d056c91a6..5d85b33d0 100644 --- a/src/startupsettingspage.cpp +++ b/src/startupsettingspage.cpp @@ -108,7 +108,7 @@ void StartupSettingsPage::applySettings() if (url.isValid() && fileItem.isDir()) { settings->setHomeUrl(url.prettyUrl()); } else { - KMessageBox::error(this, i18n("The location for the home folder is invalid and will not get applied.")); + KMessageBox::error(this, i18nc("@info", "The location for the home folder is invalid and will not get applied.")); } settings->setSplitView(m_splitView->isChecked()); |
