You will need to do the following:
1. Add
<option value="X">%%LNG_4Years%%</option>
<option value="X">%%LNG_5Years%%</option>
<option value="X">%%LNG_6Years%%</option>
etc to the admin/includes/templates/autoresponder_form_step3.tpl file. Where X is the amount of hours in that amount of years.
2. Add them to the bottom of the admin/language/language.php file:
define('LNG_4Years', '4 Years');
define('LNG_5Years', '5 Years');
define('LNG_6Years', '6 Years');
and repeat this for the total amount of years that you wish to add.

The article has been updated successfully.