From b9347a9a01cabf69f552f6475570bfeb47a8bc46 Mon Sep 17 00:00:00 2001 From: Mike Dirolf Date: Fri, 27 Jan 2012 12:45:51 -0500 Subject: [PATCH] minor: messaging --- www.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www.py b/www.py index 33cf87b..06d6374 100755 --- a/www.py +++ b/www.py @@ -206,7 +206,7 @@ def repo_create(name, org=None): send_invite=True) db.new_list(repo["name"], user["login"], group.id) - flask.flash("Your Gitlist has been created - check your email at '%s'." % user["email"]) + flask.flash("Your Gitlist has been created – check your email at '%s'." % user["email"]) return flask.redirect("/")