]> cloud.milkyroute.net Git - dolphin.git/commitdiff
String change - Added clarification in the displayed message box for when the setting...
authorShaun Reich <shaun.reich@kdemail.net>
Tue, 3 Feb 2009 03:20:47 +0000 (03:20 +0000)
committerShaun Reich <shaun.reich@kdemail.net>
Tue, 3 Feb 2009 03:20:47 +0000 (03:20 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=920501

src/settings/startupsettingspage.cpp

index 77985b140c89592d5dd8d32301dd4759f84b5604..62d3c401ebc2193e10bda2be79c27fb16733e8a8 100644 (file)
@@ -119,7 +119,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 be applied."));
+        KMessageBox::error(this, i18nc("@info", "The location for the home folder is invalid or does not exist, it will not be applied."));
     }
 
     settings->setSplitView(m_splitView->isChecked());