summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-06-03 17:26:48 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-06-03 17:26:48 +0200
commit3a041d4ef3060a9a8bdca282d1a5d8431eea01c2 (patch)
tree2bf4df08d0291047d9c4e89f3e405725e7dbad52 /includes
parentc7657ca7ff7ccfceb62e6e460a2bc041a282ff75 (diff)
user_wakeup: Whoops. Fixes.
Diffstat (limited to 'includes')
-rw-r--r--includes/pages/user_wakeup.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/pages/user_wakeup.php b/includes/pages/user_wakeup.php
index fe2ecc7a..2c6940e7 100644
--- a/includes/pages/user_wakeup.php
+++ b/includes/pages/user_wakeup.php
@@ -77,9 +77,9 @@ function user_wakeup() {
'date_text' => Get_Text("pub_wake_Datum"),
'date_value' => date("Y-m-d H:i"),
'place_text' => Get_Text("pub_wake_Ort"),
- 'comment_text' => Get_Text("pub_wake_Ort"),
+ 'comment_text' => Get_Text("pub_wake_Bemerkung"),
'comment_value' => "Knock knock Leo, follow the white rabbit to the blue tent",
- 'submit_text' => Get_Text("pub_wake_button")
+ 'submit_text' => Get_Text("pub_wake_bouton")
));
return $html;
}