summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2014-11-26 01:45:26 +0100
committerMarian Sigler <m@qjym.de>2014-11-26 01:45:26 +0100
commit98387314576bec46f41e4422bd627c13ec4cae52 (patch)
treecef9b7b300863ca761319d381edd2a364b3014c6
parentef21ceb1f0c0c0692128fc946bf9de413cc00e1b (diff)
downloadsites-master.tar.gz
sites-master.tar.bz2
sites-master.zip
-rwxr-xr-xindex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.py b/index.py
index 7b4a745..5362bd0 100755
--- a/index.py
+++ b/index.py
@@ -26,7 +26,7 @@ create_form = form.Form(
'and may only consist of letters, digits, plus (+), minus (-), and underlines (_).'),
form.Validator('This name ends with a reserved suffix. Please choose another name.',
util.validate_listname),
- form.Validator('A list with this name allready exists. Please choose another name.',
+ form.Validator('A list with this name already exists. Please choose another name.',
lambda name: list_exists(name) == False),
description = 'Name of your list'),