change verbalized "Tab behind" to "Attach as tab to"
BUG: 300156 FIXED-IN: 4.9
This commit is contained in:
parent
c8927395ab
commit
070b84b2e3
1 changed files with 1 additions and 1 deletions
|
@ -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()));
|
||||
|
|
Loading…
Reference in a new issue