1
0
Fork 0

DBG: better message in _dbg_animatecommand

This commit is contained in:
Duncan Ogilvie 2018-06-11 02:46:08 +02:00
parent 0ab417f5b4
commit f5fa7de918
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{