We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5069f6 commit af89ea4Copy full SHA for af89ea4
Modules/Loadable/SceneViews/GUI/qSlicerSceneViewsModuleDialog.cxx
@@ -27,7 +27,7 @@ qSlicerSceneViewsModuleDialog::qSlicerSceneViewsModuleDialog()
27
this->m_Logic = 0;
28
this->setLayoutManager(qSlicerApplication::application()->layoutManager());
29
this->setShowScaleFactorSpinBox(false);
30
- this->setWindowTitle("3D Slicer SceneView");
+ this->setWindowTitle(tr("3D Slicer SceneView"));
31
32
// default name
33
QString name("SceneView");
0 commit comments