From: Malcolm Hunter Date: Tue, 1 Apr 2008 23:32:40 +0000 (+0000) Subject: Typo fixes X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/762418b05a7dea8f7d37813c23ae2a0ef68bd101 Typo fixes svn path=/trunk/KDE/kdebase/apps/; revision=792746 --- diff --git a/src/dolphin_directoryviewpropertysettings.kcfg b/src/dolphin_directoryviewpropertysettings.kcfg index 2bc870a86..ead1325de 100644 --- a/src/dolphin_directoryviewpropertysettings.kcfg +++ b/src/dolphin_directoryviewpropertysettings.kcfg @@ -25,26 +25,26 @@ - When this option is enabled, a preview of the file content is shown as icon. + When this option is enabled, a preview of the file content is shown as an icon. false - When this option is enabled, the sorted items get summarized by their category. + When this option is enabled, the sorted items are summarized by their category. false - This option defines which attribute (name, size, date, etc) sorting is performed on. + This option defines which attribute (name, size, date, etc.) sorting is performed on. DolphinView::SortByName 0 DolphinView::MaxSortEnum - + Qt::AscendingOrder Qt::AscendingOrder Qt::DescendingOrder diff --git a/src/dolphin_generalsettings.kcfg b/src/dolphin_generalsettings.kcfg index b34407c66..7778db702 100644 --- a/src/dolphin_generalsettings.kcfg +++ b/src/dolphin_generalsettings.kcfg @@ -25,7 +25,7 @@ false - + false diff --git a/src/dolphincontextmenu.cpp b/src/dolphincontextmenu.cpp index dd88fb74b..6ee2c1672 100644 --- a/src/dolphincontextmenu.cpp +++ b/src/dolphincontextmenu.cpp @@ -116,7 +116,7 @@ void DolphinContextMenu::openTrashContextMenu() QAction *action = popup->exec(QCursor::pos()); if (action == emptyTrashAction) { - const QString text(i18nc("@info", "Do you really want to empty the Trash? All items will get deleted.")); + const QString text(i18nc("@info", "Do you really want to empty the Trash? All items will be deleted.")); const bool del = KMessageBox::warningContinueCancel(m_mainWindow, text, QString(), 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());