mirror of
https://github.com/leozide/leocad
synced 2024-12-26 21:58:44 +01:00
Fixed typo.
This commit is contained in:
parent
7ded3a4899
commit
7eb6142b3c
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ const lcCommand gCommands[] =
|
|||
// LC_FILE_RENDER_BLENDER
|
||||
{
|
||||
QT_TRANSLATE_NOOP("Action", "File.Render.Blender"),
|
||||
QT_TRANSLATE_NOOP("Menu", "&Bender Render..."),
|
||||
QT_TRANSLATE_NOOP("Menu", "&Blender Render..."),
|
||||
QT_TRANSLATE_NOOP("Status", "Render the current model using Blender"),
|
||||
""
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue