mirror of
https://github.com/leozide/leocad.git
synced 2026-07-28 04:07:11 +00:00
Fix viewsphere labels not being translated
This commit is contained in:
@@ -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] =
|
||||
|
||||
Reference in New Issue
Block a user