VCL-576
Finalizing for 2.3 release

userpreferences.php: modified confirmUserPrefs - removed "(Vista only)" from 32 bit color depth option
diff --git a/web/.ht-inc/userpreferences.php b/web/.ht-inc/userpreferences.php
index 31b9418..04a3882 100644
--- a/web/.ht-inc/userpreferences.php
+++ b/web/.ht-inc/userpreferences.php
@@ -356,7 +356,7 @@
 		print "  </TR>\n";
 		print "  <TR>\n";
 		print _("    <TH align=right>Color Depth:</TH>\n");
-		$colordepth = array("8" => "8", "16" => "16", "24" => "24", "32" => "32 (Vista only)");
+		$colordepth = array("8" => "8", "16" => "16", "24" => "24", "32" => "32");
 		print "    <TD>" . $colordepth[$data["bpp"]] . "</TD>\n";
 		print "  </TR>\n";
 		print "  <TR>\n";