summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index c2c443f..6d19a3d 100644
--- a/index.php
+++ b/index.php
@@ -400,7 +400,7 @@ echo '<?xml version="1.0" encoding="utf-8" ?>';
<legend>Algorithm for dominant color extraction</legend>
<label><input type="radio" name="domalgo" value="mean" />Mean / Average</label>
<label><input type="radio" name="domalgo" value="mode" checked="true" />Mode</label>
- <label><input type="radio" name="domalgo" value="custom" />Custom:</label>
+ <label><input type="radio" name="domalgo" value="custom" />Custom color:</label>
<input type="text" name="customcolor" maxlength="7" />
</fieldset>
<fieldset>