summaryrefslogtreecommitdiffstats
path: root/application/forms/AuthRegister.php
diff options
context:
space:
mode:
authorSimon2011-03-11 00:48:32 +0100
committerSimon2011-03-11 00:48:32 +0100
commit87239f3f5905fb5ca937faec449256a7801a1440 (patch)
treec76e923b6aec6fa0a4674fc4b287538d0b386ea9 /application/forms/AuthRegister.php
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-87239f3f5905fb5ca937faec449256a7801a1440.tar.gz
pbs2-87239f3f5905fb5ca937faec449256a7801a1440.tar.xz
pbs2-87239f3f5905fb5ca937faec449256a7801a1440.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/forms/AuthRegister.php')
-rw-r--r--application/forms/AuthRegister.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/forms/AuthRegister.php b/application/forms/AuthRegister.php
index 773f020..ae6e766 100644
--- a/application/forms/AuthRegister.php
+++ b/application/forms/AuthRegister.php
@@ -93,7 +93,7 @@ class Application_Form_AuthRegister extends Zend_Form
$this->addElement('submit', 'register', array(
'required' => false,
'ignore' => true,
- 'label' => 'Login',
+ 'label' => 'Register',
));