/**
  * Returns But keywords (splitted by "|").
  *
  * @return string
  */
 public function getButKeywords()
 {
     return $this->prepareStepString(parent::getButKeywords());
 }