Removing "Adobe Captivate" from an alert box

Is there any way to remove the "Adobe Captivate" that's listed in this alert box? I can't seem to find any options or workarounds.

Is there any way to remove the "Adobe Captivate" that's listed in this alert box? I can't seem to find any options or workarounds.
If you are publishing to HTML5, In the index.html template file located here: C:\Program Files\Adobe\Adobe Captivate 8 x64\HTML
add the bold text to the function:
cpXHRJSLoader.js(lJSFiles,function()
{
cp.model.data.rtDialog.rtWarningTitle = "Your Title";
lJSLoaded = true;
constructDIVs();
});
If you are generating the alert, execute the following JavaScript:
cp.alert("message", "title")
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.