diff --git a/src/Gui/PropertyView.cpp b/src/Gui/PropertyView.cpp index d69de96b37..96c66f2b88 100644 --- a/src/Gui/PropertyView.cpp +++ b/src/Gui/PropertyView.cpp @@ -559,7 +559,7 @@ void PropertyView::changeEvent(QEvent *e) PropertyDockView::PropertyDockView(Gui::Document* pcDocument, QWidget *parent) : DockWindow(pcDocument,parent) { - setWindowTitle(tr("Property View")); + setWindowTitle(tr("Property view")); auto view = new PropertyView(this); auto pLayout = new QGridLayout(this);