diff options
Diffstat (limited to 'protected/views/speisTrank/_form.php')
| -rw-r--r-- | protected/views/speisTrank/_form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protected/views/speisTrank/_form.php b/protected/views/speisTrank/_form.php index 27349a4..ca1ba6f 100644 --- a/protected/views/speisTrank/_form.php +++ b/protected/views/speisTrank/_form.php @@ -44,7 +44,7 @@ </div> <div class="row buttons"> - <?php echo CHtml::submitButton($model->isNewRecord ? 'Create' : 'Save'); ?> + <?php echo CHtml::submitButton($model->isNewRecord ? 'Erstellen' : 'Speichern'); ?> </div> <?php $this->endWidget(); ?> |
