downtimes overview: Improve link titles

This commit is contained in:
Johannes Meyer 2015-07-13 12:51:12 +02:00
parent c90da0378d
commit d6f756c670
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ if (count($downtimes) === 0) {
array('downtime_id' => $downtime->id),
array(
'title' => sprintf(
$this->translate('Show this downtime\'s details for service %s on host %s'),
$this->translate('Show detailed information for this downtime scheduled for service %s on host %s'),
$downtime->service_display_name,
$downtime->host_display_name
),
@ -67,7 +67,7 @@ if (count($downtimes) === 0) {
array('downtime_id' => $downtime->id),
array(
'title' => sprintf(
$this->translate('Show this donwtime\'s details for host %s'),
$this->translate('Show detailed information for this downtime scheduled for host %s'),
$downtime->host_display_name
),
'class' => 'rowaction'