rename repeating -> recurring, repeat -> recurrence

This commit is contained in:
Carsten Otto 2015-02-10 16:25:27 +01:00
parent ab02d09830
commit dfe8735c0d
35 changed files with 125 additions and 125 deletions

View file

@ -815,7 +815,7 @@ var RecurringTodosPage = {
$( "#new-recurring-todo" ).dialog( "open" );
});
/* setup dialog for new repeating action */
/* setup dialog for new recurring action */
$( "#new-recurring-todo" ).dialog({
autoOpen: false,
height: 690,
@ -847,7 +847,7 @@ var RecurringTodosPage = {
$('#recurring_'+this.id.split('_')[4]).show();
});
/* setup dialog for new repeating action */
/* setup dialog for new recurring action */
$( "#edit-recurring-todo" ).dialog({
autoOpen: false,
height: 690,