I would be beneficial to know exactly what version of Checkbox you are using as the ability to edit application text has changed in the past couple of releases. Regardless of what version of Checkbox you are using, you should be able to edit the text directly in the database. The following query will update the text in question. You will want to replace NEW_TEXT with your desired text.
--BEGIN
exec ckbx_Text_Set '/pageText/survey.aspx/editText', 'en-US', 'NEW_TEXT'
--END
After making the change you will need to restart IIS as this information is cached.
|