contrib/opportunity: do not force capitalize names
authorAlexis Laferrière <alexis.laf@xymus.net>
Wed, 9 Sep 2015 17:51:46 +0000 (13:51 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Wed, 9 Sep 2015 18:26:05 +0000 (14:26 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

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