1
0
Fork 0

Fix typo (thanks to @justanotheranonymoususer)

This commit is contained in:
Duncan Ogilvie 2020-11-05 15:15:31 +01:00
parent ad4308fc53
commit 9f9b1ba1c0
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ void CommandLineEdit::scriptTypeChanged(int index)
BridgeSettingGetUint("Engine", "TimeWastedDebugging", &timeWastedDebugging);
if(index == 0 && timeWastedDebugging < 60 * 60 * 10)
{
setPlaceholderText(tr("Command are comma separated (like assembly instructions): mov eax, ebx"));
setPlaceholderText(tr("Commands are comma separated (like assembly instructions): mov eax, ebx"));
}
else
{