From bda73efccd76585c6a3a9781a5c637df16b7d3d6 Mon Sep 17 00:00:00 2001 From: David Szkiba Date: Fri, 6 Dec 2024 09:46:25 +0100 Subject: [PATCH] Update lang string --- lang/de/local_catquiz.php | 2 +- lang/en/local_catquiz.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/de/local_catquiz.php b/lang/de/local_catquiz.php index bea8e4bce..b1e7dcf75 100644 --- a/lang/de/local_catquiz.php +++ b/lang/de/local_catquiz.php @@ -175,7 +175,7 @@ $string['central_scale_labels_desc'] = 'Ein Skala-Label pro Zeile eingeben. Nur diese Skalen werden vom Remote-Berechnungstask verarbeitet.'; $string['syncbutton'] = 'Parameter abrufen'; $string['sync_scale'] = 'Label der zu synchronisierenden CAT Skala'; -$string['sync_scale_desc'] = 'TODO: autocomplate - now string. Parameter dieser Skala werden mit der zentralen Berechnungsinstanz synchronisiert.'; +$string['sync_scale_desc'] = 'Parameter dieser Skala werden mit der zentralen Berechnungsinstanz synchronisiert.'; $string['central_token'] = 'Token zum Zugriff auf die zentrale Berechnungsinstanz'; $string['central_token_desc'] = 'Das webtoken, das für sie auf der zentralen Berechnungsinstanz eingerichtet worden ist'; $string['central_token_help'] = 'Das webtoken, das für sie auf der zentralen Berechnungsinstanz eingerichtet worden ist'; diff --git a/lang/en/local_catquiz.php b/lang/en/local_catquiz.php index 04bba2a57..3d3bc5083 100644 --- a/lang/en/local_catquiz.php +++ b/lang/en/local_catquiz.php @@ -170,7 +170,7 @@ $string['central_host_help'] = 'The host that will perform parameter calculations. E.g. https://www.example.com'; $string['syncbutton'] = 'Fetch item parameters'; $string['sync_scale'] = 'Label of the CAT scale to sync'; -$string['sync_scale_desc'] = 'TODO: autocomplete - now string. Parameters of this scale will be synced with the compute instance'; +$string['sync_scale_desc'] = 'Parameters of this scale will be synced with the compute instance'; $string['central_scale_labels'] = 'Central scale labels'; $string['central_scale_labels_desc'] = 'Enter one scale label per line. Only these scales will be processed by the remote calculation task.'; $string['central_token'] = 'Token to access compute instance';