diff options
| author | Björn Geiger | 2011-04-12 14:54:50 +0200 |
|---|---|---|
| committer | Björn Geiger | 2011-04-12 14:54:50 +0200 |
| commit | e5fcbd73596db87bb5cd24e1ba91cf735549b3c3 (patch) | |
| tree | 52c44f8a51a0684c9630cdee19c83ce6a7d6458a /application/modules/user/views/scripts/auth/delete.phtml | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-e5fcbd73596db87bb5cd24e1ba91cf735549b3c3.tar.gz pbs2-e5fcbd73596db87bb5cd24e1ba91cf735549b3c3.tar.xz pbs2-e5fcbd73596db87bb5cd24e1ba91cf735549b3c3.zip | |
verschiedene Korrekturen
Diffstat (limited to 'application/modules/user/views/scripts/auth/delete.phtml')
| -rw-r--r-- | application/modules/user/views/scripts/auth/delete.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/auth/delete.phtml b/application/modules/user/views/scripts/auth/delete.phtml index 62bf24e..83afc80 100644 --- a/application/modules/user/views/scripts/auth/delete.phtml +++ b/application/modules/user/views/scripts/auth/delete.phtml @@ -1,5 +1,5 @@ <h1>Delete Account</h1> -Do you really want to delete this account? +Do you really want to delete account? <?php $this->deleteconfirmform->setAction($this->url()); echo $this->deleteconfirmform; |
