summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-08-13 18:15:27 +0200
committerJavier S. Pedro <maemo@javispedro.com>2011-08-13 18:15:27 +0200
commit2d59f7c254a873b0840dfd98d87cd2b690a32228 (patch)
treeac652c99b972155ce907ef197e172c4ea5d9e050
parent9c4a09f6dfc9e57740723a68ac452b3090080ff1 (diff)
downloadhicg-2d59f7c254a873b0840dfd98d87cd2b690a32228.tar.gz
hicg-2d59f7c254a873b0840dfd98d87cd2b690a32228.zip
rename custom with custom color
-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>