Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 957)
+++ trunk/CHANGELOG	(revision 958)
@@ -12,6 +12,7 @@
 
 ------------------------------------- 2.8.0 -------------------------------------
 12-Apr-2009 Matthias Gallas
+#	Fixed not defined language variable in account/email.php (Thanks to Forum-User BlackTiger)
 #	Fixed Typo in group_form.htt (ticket #705)
 01-Mar-2009 Christian Sommer
 !	Added disclaimer to upgrade-script.php	
Index: trunk/wb/account/email.php
===================================================================
--- trunk/wb/account/email.php	(revision 957)
+++ trunk/wb/account/email.php	(revision 958)
@@ -42,7 +42,7 @@
 
 // Validate values
 if($results->numRows() == 0) {
-	$wb->print_error($MESSAGE['PREFERENCES']['OLD_PASSWORD_INCORRECT'], $js_back, false);
+	$wb->print_error($MESSAGE['PREFERENCES']['CURRENT_PASSWORD_INCORRECT'], $js_back, false);
 }
 // Validate values
 if(!$wb->validate_email($email)) {
