Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 1123)
+++ trunk/CHANGELOG	(revision 1124)
@@ -12,6 +12,7 @@
 
 ------------------------------------- 2.8.0 -------------------------------------
 12-Aug-2009 Matthias Gallas
+#	Fixed missing language variable in form modul (Thanks to Argos)
 +	Added missing images to argos_theme (forgotten in changeset [1117])
 11-Aug-2009 Matthias Gallas
 !	commentet out the droplets logo for a more similar backend design with
Index: trunk/wb/modules/form/modify_field.php
===================================================================
--- trunk/wb/modules/form/modify_field.php	(revision 1123)
+++ trunk/wb/modules/form/modify_field.php	(revision 1124)
@@ -115,7 +115,7 @@
 	</tr>
 	<?php } elseif($type == 'select' OR $type = 'radio' OR $type = 'checkbox') { ?>
 	<tr>
-		<td valign="top"><?php echo 'List'; ?>:</td>
+		<td valign="top"><?php echo $TEXT['LIST_OPTIONS']; ?>:</td>
 		<td>
 			<?php
 			$option_count = 0;
