┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-04-11 05:42:11 +0000
committerPeter Penz <[email protected]>2007-04-11 05:42:11 +0000
commita2ad1ba4cc6b121b017f2a96b19d0800c663d974 (patch)
treef7abd7061d04971999ae85237e852439c50abf7a /src/dolphinmainwindow.cpp
parent4fcc56a6200804cb4e15f3eab9cb0acd0268132c (diff)
use "folder" instead of "directory" for all visible strings
svn path=/trunk/KDE/kdebase/apps/; revision=652471
Diffstat (limited to 'src/dolphinmainwindow.cpp')
-rw-r--r--src/dolphinmainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index eed6da4ea..7f23ef4e8 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -538,7 +538,7 @@ void DolphinMainWindow::slotUndoAvailable(bool available)
break;
case KonqUndoManager::MKDIR:
- statusBar->setMessage(i18n("Created directory."),
+ statusBar->setMessage(i18n("Created folder."),
DolphinStatusBar::OperationCompleted);
break;