diff --git a/src/Gui/CombiView.cpp b/src/Gui/CombiView.cpp index a46d10974b..c0e7a29349 100644 --- a/src/Gui/CombiView.cpp +++ b/src/Gui/CombiView.cpp @@ -126,7 +126,7 @@ void CombiView::changeEvent(QEvent *e) if (e->type() == QEvent::LanguageChange) { tabs->setTabText(0, trUtf8("Model")); tabs->setTabText(1, trUtf8("Tasks")); - tabs->setTabText(2, trUtf8("Project")); + //tabs->setTabText(2, trUtf8("Project")); } DockWindow::changeEvent(e);