change verbalized "Tab behind" to "Attach as tab to"

BUG: 300156
FIXED-IN: 4.9
icc-effect-5.14.5
Thomas Lübking 2012-05-17 13:12:33 +02:00
parent c8927395ab
commit 070b84b2e3
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ void Workspace::initTabbingPopups()
}
if (!add_tabs_popup) {
add_tabs_popup = new QMenu(i18n("Tab behind"), popup);
add_tabs_popup = new QMenu(i18n("Attach as tab to"), popup);
add_tabs_popup->setFont(KGlobalSettings::menuFont());
connect(add_tabs_popup, SIGNAL(triggered(QAction*)), SLOT(entabPopupClient(QAction*)));
connect(add_tabs_popup, SIGNAL(aboutToShow()), SLOT(rebuildTabGroupPopup()));