diff options
| author | Malcolm Hunter <[email protected]> | 2008-04-01 23:32:40 +0000 |
|---|---|---|
| committer | Malcolm Hunter <[email protected]> | 2008-04-01 23:32:40 +0000 |
| commit | 762418b05a7dea8f7d37813c23ae2a0ef68bd101 (patch) | |
| tree | a00d50139dd049224544e8ea2172a9e67685da28 /src/startupsettingspage.cpp | |
| parent | afb9e2d1323f269bd410265c08212643c612a3b3 (diff) | |
Typo fixes
svn path=/trunk/KDE/kdebase/apps/; revision=792746
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 a7ef58905..ed30f2a7f 100644 --- a/src/startupsettingspage.cpp +++ b/src/startupsettingspage.cpp @@ -116,7 +116,7 @@ void StartupSettingsPage::applySettings() if (url.isValid() && fileItem.isDir()) { settings->setHomeUrl(url.prettyUrl()); } else { - KMessageBox::error(this, i18nc("@info", "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 be applied.")); } settings->setSplitView(m_splitView->isChecked()); |
