From baddb134706aa83968cc524ba92fd35e6dc00cb8 Mon Sep 17 00:00:00 2001 From: wukko Date: Tue, 17 Sep 2024 19:48:59 +0600 Subject: [PATCH] web/i18n/settings: update language section descriptions --- web/i18n/en/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/i18n/en/settings.json b/web/i18n/en/settings.json index fea15d29..90b2e0f6 100644 --- a/web/i18n/en/settings.json +++ b/web/i18n/en/settings.json @@ -88,10 +88,10 @@ "accessibility.motion.description": "disables animations and transitions whenever possible.", "language": "language", - "language.auto.title": "use default browser language", - "language.auto.description": "automatically picks the best language for you. if preferred browser language isn't available, english is used instead.", + "language.auto.title": "automatic selection", + "language.auto.description": "cobalt will use your browser's default language if translation is available. if not, english will be used instead.", "language.preferred.title": "preferred language", - "language.preferred.description": "if any text isn’t translated to the preferred language, it will fall back to english.", + "language.preferred.description": "this language will be used when automatic selection is disabled. any text that isn't translated will be displayed in english.", "privacy.analytics": "anonymous traffic analytics", "privacy.analytics.title": "don't contribute to analytics",