Changed wording, still 'meh'

This commit is contained in:
BroodjeAap 2020-12-21 15:27:10 +01:00
parent 84fa4558ec
commit df53bc9ee2

View file

@ -151,7 +151,7 @@ class _MonthValuesState extends State<MonthValuesPage> {
Row(
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
Text("With ", style: formulaStyle),
Text("For ", style: formulaStyle),
Text(centuriesString, style: formulaStyle),
Text(year.toString().substring(2), style: YYStyle),
Text(" our formula becomes: ", style: formulaStyle),