Merge pull request #694 from NBA2K1/l10n

fix spelling
This commit is contained in:
Moustapha Kodjo Amadou 2026-04-11 15:11:11 +01:00 committed by GitHub
commit 6fd5f298e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -748,7 +748,7 @@
"show_scroll_percentage": "Show Scroll Percentage",
"remove_extra_paragraph_spacing": "Remove Extra Paragraph Spacing",
"select_label_color": "Select {label} Color",
"default_user_agent": "Defaul user agent",
"default_user_agent": "Default user agent",
"forceLandscapeMode": "Force landscape mode",
"forceLandscapeModeSubtitle": "Force the player to use landscape orientation.",
"dns_over_https": "DNS-over-HTTPS (DoH)",

View file

@ -3776,7 +3776,7 @@ abstract class AppLocalizations {
/// No description provided for @default_user_agent.
///
/// In en, this message translates to:
/// **'Defaul user agent'**
/// **'Default user agent'**
String get default_user_agent;
/// No description provided for @forceLandscapeMode.

View file

@ -2028,7 +2028,7 @@ class AppLocalizationsEn extends AppLocalizations {
}
@override
String get default_user_agent => 'Defaul user agent';
String get default_user_agent => 'Default user agent';
@override
String get forceLandscapeMode => 'Force landscape mode';