mirror of
https://github.com/leozide/leocad
synced 2025-01-29 20:34:50 +01:00
Fix viewsphere labels not being translated
This commit is contained in:
parent
5707c497a4
commit
1959dc0be6
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ void lcViewSphere::CreateResources(lcContext* Context)
|
|||
|
||||
const QString ViewNames[6] =
|
||||
{
|
||||
QT_TRANSLATE_NOOP("ViewName", "Left"), QT_TRANSLATE_NOOP("ViewName", "Right"), QT_TRANSLATE_NOOP("ViewName", "Back"),
|
||||
QT_TRANSLATE_NOOP("ViewName", "Front"), QT_TRANSLATE_NOOP("ViewName", "Top"), QT_TRANSLATE_NOOP("ViewName", "Bottom")
|
||||
QCoreApplication::translate("ViewName", "Left"), QCoreApplication::translate("ViewName", "Right"), QCoreApplication::translate("ViewName", "Back"),
|
||||
QCoreApplication::translate("ViewName", "Front"), QCoreApplication::translate("ViewName", "Top"), QCoreApplication::translate("ViewName", "Bottom")
|
||||
};
|
||||
|
||||
const QTransform ViewTransforms[6] =
|
||||
|
|
Loading…
Add table
Reference in a new issue