contrib/opportunity: do not force capitalize names
[nit.git] / contrib / opportunity / src / opportunity_model.nit
index 7b5bde8..ef7654d 100644 (file)
@@ -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