--- quant.forms.inc	2010-08-19 20:25:44.000000000 +0400
+++ quant.forms.incNew	2010-08-20 05:52:25.000000000 +0400
@@ -118,7 +118,7 @@ function quant_admin_settings() {
   for ($i = 0; $i < QUANT_PALETTE_AMOUNT; $i++) {
     $form['color']['quant_palette_color_' . $i] = array(
       '#type' => 'textfield',
-      '#title' => t('Color #' . ($i + 1)),
+      '#title' => t('Color') . ' #' . ($i + 1),
       '#default_value' => $palette[$i],
       '#field_prefix' => '#',
       '#size' => 10,
