DBG: better message in _dbg_animatecommand
This commit is contained in:
parent
0ab417f5b4
commit
f5fa7de918
|
@ -31,7 +31,7 @@ bool _dbg_animatecommand(const char* command)
|
|||
{
|
||||
if(command) // Animate command
|
||||
{
|
||||
GuiAddStatusBarMessage(GuiTranslateText(QT_TRANSLATE_NOOP("DBG", "Animation started. Use \"pause\" command to stop animation.")));
|
||||
GuiAddStatusBarMessage(GuiTranslateText(QT_TRANSLATE_NOOP("DBG", "Animation started. Use the \"pause\" command to stop animation.")));
|
||||
strcpy_s(animate_command, command);
|
||||
if(hAnimateThread == nullptr)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue