Fix typo (thanks to @justanotheranonymoususer)
This commit is contained in:
parent
ad4308fc53
commit
9f9b1ba1c0
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue