審査用に文言などを修正 ver.4.5.1 467
This commit is contained in:
@ -125,7 +125,7 @@ class _GameStateWidgetState extends State<GameStateWidget> {
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
children: [
|
||||
const Text('ゲームステータス', style: TextStyle(color: Colors.white)),
|
||||
Text('game_status'.tr, style: TextStyle(color: Colors.white)),
|
||||
IconButton(
|
||||
icon: const Icon(Icons.clear, color: Colors.white),
|
||||
onPressed: toggleExpanded,
|
||||
|
||||
Reference in New Issue
Block a user