Skip to content

Commit

Permalink
Added missing textdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiosanches committed May 13, 2016
1 parent 6e94df6 commit f7fa2c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/libraries/wp-background-process.php
Expand Up @@ -392,7 +392,7 @@ public function schedule_cron_healthcheck( $schedules ) {
// Adds every 5 minutes to the existing schedules.
$schedules[ $this->identifier . '_cron_interval' ] = array(
'interval' => MINUTE_IN_SECONDS * $interval,
'display' => sprintf( __( 'Every %d Minutes' ), $interval ),
'display' => sprintf( __( 'Every %d Minutes', 'woocommerce' ), $interval ),
);

return $schedules;
Expand Down Expand Up @@ -456,4 +456,4 @@ protected function clear_scheduled_event() {
abstract protected function task( $item );

}
}
}

0 comments on commit f7fa2c6

Please sign in to comment.