Correctet spelling in ModeSelectionView
This commit is contained in:
@@ -18,7 +18,7 @@ class ModeSelectionMenu extends StatelessWidget {
|
|||||||
child: CupertinoListTile(
|
child: CupertinoListTile(
|
||||||
title: Text('$pointLimit Punkte', style: CustomTheme.modeTitle),
|
title: Text('$pointLimit Punkte', style: CustomTheme.modeTitle),
|
||||||
subtitle: Text(
|
subtitle: Text(
|
||||||
'Es wird solange gespielt, bis einer Spieler mehr als $pointLimit Punkte erreicht',
|
'Es wird so lange gespielt, bis ein:e Spieler:in mehr als $pointLimit Punkte erreicht',
|
||||||
style: CustomTheme.modeDescription,
|
style: CustomTheme.modeDescription,
|
||||||
maxLines: 3,
|
maxLines: 3,
|
||||||
),
|
),
|
||||||
@@ -33,7 +33,7 @@ class ModeSelectionMenu extends StatelessWidget {
|
|||||||
title: Text('Unbegrenzt', style: CustomTheme.modeTitle),
|
title: Text('Unbegrenzt', style: CustomTheme.modeTitle),
|
||||||
subtitle: const Text(
|
subtitle: const Text(
|
||||||
'Dem Spiel sind keine Grenzen gesetzt. Es wird so lange '
|
'Dem Spiel sind keine Grenzen gesetzt. Es wird so lange '
|
||||||
'gespielt, bis Ihr keine Lust mehr habt.',
|
'gespielt, bis ihr keine Lust mehr habt.',
|
||||||
style: CustomTheme.modeDescription,
|
style: CustomTheme.modeDescription,
|
||||||
maxLines: 3,
|
maxLines: 3,
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ name: cabo_counter
|
|||||||
description: "Mobile app for the card game Cabo"
|
description: "Mobile app for the card game Cabo"
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
|
|
||||||
version: 0.2.9+203
|
version: 0.2.9+204
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.5.4
|
sdk: ^3.5.4
|
||||||
|
|||||||
Reference in New Issue
Block a user