Edit: Wow I'm silly, of course the issue is the space between title and the parenthesis. Please disregard this post!

I am running the following code to make a twoway scatterplot but when the graph appears, the title keeps breaking up, so that the first quotation is correctly one line, but the second quotation becomes one word per line. Similar code worked fine a few days ago, so I'm not understanding what's going wrong. Is anyone familiar with this issue, and how I can fix it?

Code:
twoway (scatter comp_new comp_now, mlabel(Government)) (line comp_now comp_now), title ("Estimated Proposed Minimum Compensation by Estimated" "Existing Statute Compensation for Ten Years of Imprisonment") ytitle("Estimated Existing Statute Compensation") xtitle("Estimated Proposed Minimum Compensation") legend(off)