Fixed number suffix as in french typography (è -> e).
This commit is contained in:
parent
8346f211f9
commit
cf090c021e
@ -56,7 +56,7 @@ public class ReviewStatsReporter
|
||||
}
|
||||
else
|
||||
{
|
||||
result = "è";
|
||||
result = "e";
|
||||
}
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user