Skip to content

Commit 5170ee2

Browse files
authored
Fix German translation for "column not in table" exception
The column is passed as first argument and the schema as second. Rephrase the error message to respect this order.
1 parent 158c1ee commit 5170ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang/de/lang.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
$lang['Exception nolookupmix'] = 'Sie können nicht mehr als eine Suche aggregieren oder mit Seitendaten mischen.';
7979
$lang['Exception No data saved'] = 'Keine Daten gespeichert';
8080
$lang['Exception no sqlite'] = 'Das \'Struct Plugin\' benötigt das \'Sqlite Plugin\'. Bitte installieren und aktivieren.';
81-
$lang['Exception column not in table'] = 'Das Schema %s enthält keine Spalte %s.';
81+
$lang['Exception column not in table'] = 'Die Spalte %s existiert im Schema %s nicht.';
8282
$lang['Warning: no filters for cloud'] = 'Filter werden in \'Struct Clouds\' nicht unterstützt';
8383
$lang['sort'] = 'Nach dieser Spalte sortieren';
8484
$lang['next'] = 'Nächste Seite';

0 commit comments

Comments
 (0)