Index: branches/unlabeled/unlabeled-1.24.2/kernel/include/config.php =================================================================== diff -u -r5437 -r5796 --- branches/unlabeled/unlabeled-1.24.2/kernel/include/config.php (.../config.php) (revision 5437) +++ branches/unlabeled/unlabeled-1.24.2/kernel/include/config.php (.../config.php) (revision 5796) @@ -343,7 +343,7 @@ $o .= 'default_value == $parts[0]) ? ' checked>' : '>'; - $o .= (substr($s,0,1)=="+") ? $s : prompt_language($s); + $o .= (substr($s,0,1)=="+") ? substr($s,1) : prompt_language($s); } } $this->TabIndex++;