From: Alexis Laferrière Date: Wed, 9 Sep 2015 17:51:46 +0000 (-0400) Subject: contrib/opportunity: do not force capitalize names X-Git-Tag: v0.7.8~36^2~1 X-Git-Url: http://nitlanguage.org contrib/opportunity: do not force capitalize names Signed-off-by: Alexis Laferrière --- diff --git a/contrib/opportunity/src/opportunity_model.nit b/contrib/opportunity/src/opportunity_model.nit index 7b5bde8..ef7654d 100644 --- a/contrib/opportunity/src/opportunity_model.nit +++ b/contrib/opportunity/src/opportunity_model.nit @@ -161,7 +161,7 @@ class People end end - redef fun to_s do return "{surname.capitalized} {name.capitalized}" + redef fun to_s do return "{surname} {name}" redef fun commit(db) do if id == -1 then