Changed string for GraphView title

This commit is contained in:
2025-07-13 00:57:08 +02:00
parent fee6cc3a33
commit ee5319533a
6 changed files with 6 additions and 9 deletions

View File

@@ -479,7 +479,7 @@ abstract class AppLocalizations {
/// No description provided for @empty_graph_text.
///
/// In de, this message translates to:
/// **'Du musst mindestens zwei Runden spielen, damit der Graph des Spielverlaufes angezeigt werden kann.'**
/// **'Du musst mindestens eine Runde spielen, damit der Graph des Spielverlaufes angezeigt werden kann.'**
String get empty_graph_text;
/// No description provided for @settings.

View File

@@ -212,7 +212,7 @@ class AppLocalizationsDe extends AppLocalizations {
@override
String get empty_graph_text =>
'Du musst mindestens zwei Runden spielen, damit der Graph des Spielverlaufes angezeigt werden kann.';
'Du musst mindestens eine Runde spielen, damit der Graph des Spielverlaufes angezeigt werden kann.';
@override
String get settings => 'Einstellungen';

View File

@@ -209,7 +209,7 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get empty_graph_text =>
'You must play at least two rounds for the game progress graph to be displayed.';
'You must play at least one round for the game progress graph to be displayed.';
@override
String get settings => 'Settings';