Skip to content

Commit 3a6382a

Browse files
authored
Merge pull request #567 from fschrempf/patch-1
Fix German translation for "column not in table" exception
2 parents a204b16 + 5170ee2 commit 3a6382a

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)