diff options
Diffstat (limited to 'protected/views/veranstaltung')
| -rw-r--r-- | protected/views/veranstaltung/view.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protected/views/veranstaltung/view.php b/protected/views/veranstaltung/view.php index 5840a4e..55444d8 100644 --- a/protected/views/veranstaltung/view.php +++ b/protected/views/veranstaltung/view.php @@ -8,7 +8,7 @@ $this->menu=array( array('label'=>'Veranstaltungen', 'url'=>array('index')), array('label'=>'Veranstaltung erstellen', 'url'=>array('create')), array('label'=>'Veranstaltung bearbeiten', 'url'=>array('update', 'id'=>$model->id)), - array('label'=>'Veranstaltung löschen', 'url'=>'#', 'linkOptions'=>array('submit'=>array('delete','id'=>$model->id),'confirm'=>'Are you sure you want to delete this item?')), + array('label'=>'Veranstaltung löschen', 'url'=>'#', 'linkOptions'=>array('submit'=>array('delete','id'=>$model->id),'confirm'=>'Willst du diese Veranstaltung wirklich löschen?')), ); ?> |
