┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewactionhandler.cpp
diff options
context:
space:
mode:
authorAndrew Coles <[email protected]>2009-11-07 13:24:03 +0000
committerAndrew Coles <[email protected]>2009-11-07 13:24:03 +0000
commitb90e618a827243c7ecc42392bd814ce1e325d7f8 (patch)
treef4b3a88b5ec12610df0464a8833b802346211525 /src/dolphinviewactionhandler.cpp
parentdb367a2513adc2e0c1fe75c16fc7c217fdc6a3e3 (diff)
Two minor proof-reading changes:
- missing space in one message in string split across two lines - Servicemenu -> Service Menu. svn path=/trunk/KDE/kdebase/apps/; revision=1046089
Diffstat (limited to 'src/dolphinviewactionhandler.cpp')
-rw-r--r--src/dolphinviewactionhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinviewactionhandler.cpp b/src/dolphinviewactionhandler.cpp
index 5523829d4..7b0b66fb0 100644
--- a/src/dolphinviewactionhandler.cpp
+++ b/src/dolphinviewactionhandler.cpp
@@ -186,7 +186,7 @@ void DolphinViewActionHandler::createActions()
// Settings menu
KAction* getServiceMenu = m_actionCollection->addAction("get_servicemenu");
- getServiceMenu->setText(i18nc("@action:inmenu Settings", "Get Servicemenu..."));
+ getServiceMenu->setText(i18nc("@action:inmenu Settings", "Get Service Menu..."));
getServiceMenu->setIcon(KIcon("get-hot-new-stuff"));
connect(getServiceMenu, SIGNAL(triggered()), this, SLOT(slotGetServiceMenu()));
}