┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarkus Meik Slopianka <[email protected]>2009-10-21 06:59:05 +0000
committerMarkus Meik Slopianka <[email protected]>2009-10-21 06:59:05 +0000
commit573299f13b00ecdc48938b7e903f5d5695f907ae (patch)
treea8c24d4f5801d946fd7ca4f5a59dc9018c659f53 /src
parentb0f405c37e28dfbb69e8251c3c1a95c9df695334 (diff)
Typo
svn path=/trunk/KDE/kdebase/apps/; revision=1038352
Diffstat (limited to 'src')
-rw-r--r--src/dolphinmainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index 1257eacd8..e82b42483 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -175,7 +175,7 @@ void DolphinMainWindow::showCommand(CommandType command)
DolphinStatusBar::OperationCompleted);
break;
case KIO::FileUndoManager::Link:
- statusBar->setMessage(i18nc("@info:status", "Successfully lined."),
+ statusBar->setMessage(i18nc("@info:status", "Successfully linked."),
DolphinStatusBar::OperationCompleted);
break;
case KIO::FileUndoManager::Trash: