diff --git a/libtaskmanager/taskactions.cpp b/libtaskmanager/taskactions.cpp index c46f8553b..341fc0f59 100644 --- a/libtaskmanager/taskactions.cpp +++ b/libtaskmanager/taskactions.cpp @@ -293,7 +293,7 @@ ToNewDesktopActionImpl::ToNewDesktopActionImpl(QObject *parent, AbstractGroupabl : AbstractGroupableItemAction(parent, item) { connect(this, SIGNAL(triggered()), this, SLOT(slotToNewDesktop())); - setText("&New Desktop"); + setText(i18n("&New Desktop")); m_newDesktop = TaskManager::self()->numberOfDesktops() + 1; if (m_newDesktop > 20) {