ActionController: rename Import "run" to "history"

This commit is contained in:
Thomas Gelf 2015-09-14 16:53:15 +02:00
parent bda3ab311d
commit 5cbe07e95b
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ abstract class ActionController extends Controller
'label' => $this->translate('Import source'),
'url' => 'director/list/importsource')
)->add('importrun', array(
'label' => $this->translate('Import run'),
'label' => $this->translate('Import history'),
'url' => 'director/list/importrun')
)->add('syncrule', array(
'label' => $this->translate('Sync rule'),