From 8b366a3c824fd13e513504e1e76d3b7118847d05 Mon Sep 17 00:00:00 2001
From: Jan Hartig <jan.hartig@ptb.de>
Date: Wed, 13 Dec 2023 12:41:24 +0100
Subject: [PATCH] Revert "More accurate help text for language selection"

This reverts commit b9503cf111d9b9c8147ba6de187fb754c61bbdc7.
---
 localisations.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/localisations.toml b/localisations.toml
index cdd5f73..6fa0b6a 100644
--- a/localisations.toml
+++ b/localisations.toml
@@ -40,8 +40,8 @@ de = "Sprache"
 en = "Language"
 
 [ language.helptext ]
-de = "Die Sprache der zu erzeugenden Untertitel.<br>Stimmen die gesprochene und zu erzeugende Sprache nicht überein,<br>wird automatisch übersetzt."
-en = "The language to generate subtitles in.<br>If the spoken language and subtitle language do not match,<br>an automatic translation will be performed."
+de = "Die gesprochene Sprache der Aufnahme.<br>Bei mehrsprachigen Aufnahmen wählen Sie die Häufigste."
+en = "Spoken language of recording.<br>For multi-language recordings choose the most frequent."
 
 [ language.choose ]
 de = "Wählen..."
-- 
GitLab