summaryrefslogtreecommitdiff
path: root/protected/views/speisTrank/update.php
diff options
context:
space:
mode:
authorTristan Zur <tzur@ccwn.org>2012-04-29 14:24:31 +0200
committerTristan Zur <tzur@ccwn.org>2012-04-29 14:24:31 +0200
commit94bb97f7b574ad8557d568a2ef1288dae3b4e9c8 (patch)
treea49f462e854e3f72eaf370d46be8d99d0ae06c13 /protected/views/speisTrank/update.php
parent148a216bba21cec1cbe07b60b5191791e0016d6f (diff)
- Einige Texte ins Deutsche übersetzt
- Linkbeschriftungen vereinheitlicht
Diffstat (limited to 'protected/views/speisTrank/update.php')
-rw-r--r--protected/views/speisTrank/update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/protected/views/speisTrank/update.php b/protected/views/speisTrank/update.php
index e3bc87a..e866f14 100644
--- a/protected/views/speisTrank/update.php
+++ b/protected/views/speisTrank/update.php
@@ -8,7 +8,7 @@ $this->breadcrumbs=array(
$this->menu=array(
array('label'=>'Speis & Trank', 'url'=>array('index')),
array('label'=>'Kulinarisches Angebot erstellen', 'url'=>array('create')),
- array('label'=>$model->name.' anzeigen', 'url'=>array('view', 'id'=>$model->id)),
+ array('label'=>'\''.$model->name.'\' anzeigen', 'url'=>array('view', 'id'=>$model->id)),
);
?>