issue #0002524: Make property docstrings translatable

This commit is contained in:
wmayer
2016-09-08 18:29:27 +02:00
parent e7338ee425
commit af6f4704c9
4 changed files with 10 additions and 7 deletions

View File

@@ -65,7 +65,7 @@ PROPERTY_SOURCE(Gui::ViewProviderOrigin, Gui::ViewProviderDocumentObject)
ViewProviderOrigin::ViewProviderOrigin()
{
ADD_PROPERTY_TYPE ( Size, (Base::Vector3d(10,10,10)), 0, App::Prop_ReadOnly,
"The displayed size of the origin" );
QT_TRANSLATE_NOOP("App::Property", "The displayed size of the origin"));
sPixmap = "CoordinateSystem";
Visibility.setValue(false);