Change Enabled/Disabled button label for Repeating Events?

Is there some configuration parameter to change the Enabled/Disabled button label that hides and shows the Repeating Events section in the lightbox? My users will get confused when they see “Disabled” and won’t know to click on it to show the Repeating Events section.

I found the answer. Here’s the the code to use showing the default settings:

scheduler.locale.labels.button_recurring = 'Disabled'; scheduler.locale.labels.button_recurring_open = 'Enabled';