diff options
| author | Simon | 2011-04-19 21:09:30 +0200 |
|---|---|---|
| committer | Simon | 2011-04-19 21:09:30 +0200 |
| commit | 601dfe618f25cb4393b508463abc80be6d0a4f5f (patch) | |
| tree | 9dac10704557699c81635b3bbbcc87535b517510 /application/modules/user/forms | |
| parent | Ticket #228 - Enter kann zum Absenden des Formulars benutzt werden (diff) | |
| download | pbs2-601dfe618f25cb4393b508463abc80be6d0a4f5f.tar.gz pbs2-601dfe618f25cb4393b508463abc80be6d0a4f5f.tar.xz pbs2-601dfe618f25cb4393b508463abc80be6d0a4f5f.zip | |
Ticket #230 - BootIso heißt nun BootMedium
Diffstat (limited to 'application/modules/user/forms')
| -rw-r--r-- | application/modules/user/forms/Bootiso.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/user/forms/Bootiso.php b/application/modules/user/forms/Bootiso.php index cb2337f..6ec9eb7 100644 --- a/application/modules/user/forms/Bootiso.php +++ b/application/modules/user/forms/Bootiso.php @@ -107,9 +107,9 @@ class user_Form_Bootiso extends Zend_Form $this->addElement($publicfield); if($this->action == "createbootiso") - $label = "Create Bootiso"; + $label = "Create BootMedium"; else - $label = "Edit Bootiso"; + $label = "Edit BootMedium"; $this->addElement('submit', $this->action, array( 'required' => false, |
