Fixed number suffix as in french typography (è -> e).

This commit is contained in:
Christian P. MOMON 2019-05-03 12:29:07 +02:00
parent 8346f211f9
commit cf090c021e

View File

@ -56,7 +56,7 @@ public class ReviewStatsReporter
} }
else else
{ {
result = "è"; result = "e";
} }
// //