Changed wording, still 'meh'
This commit is contained in:
parent
84fa4558ec
commit
df53bc9ee2
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ class _MonthValuesState extends State<MonthValuesPage> {
|
||||||
Row(
|
Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
Text("With ", style: formulaStyle),
|
Text("For ", style: formulaStyle),
|
||||||
Text(centuriesString, style: formulaStyle),
|
Text(centuriesString, style: formulaStyle),
|
||||||
Text(year.toString().substring(2), style: YYStyle),
|
Text(year.toString().substring(2), style: YYStyle),
|
||||||
Text(" our formula becomes: ", style: formulaStyle),
|
Text(" our formula becomes: ", style: formulaStyle),
|
||||||
|
|
Loading…
Add table
Reference in a new issue