andre 2 лет назад
Родитель
Сommit
2531a316dd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      langs/german.php

+ 1 - 1
langs/german.php

@@ -80,7 +80,7 @@ $_LANG['FormValidators']['PleaseProvideANumericValueBetween']
 $_LANG['changesSaved']                             = 'Die Änderungen wurden erfolgreich gespeichert';
 $_LANG['ItemNotFound']                             = 'Item Not Found';
 $_LANG['formValidationError']                                 = 'Form Validation Error';
-$_LANG['FormValidators']['thisFieldCannotBeEmpty']            = 'This Field Cannot Be Empty';
+$_LANG['FormValidators']['thisFieldCannotBeEmpty']            = 'Dieses Feld darf nicht leer sein';
 $_LANG['FormValidators']['PleaseProvideANumericValue']        = 'Bitte einen numerischen Wert eingeben';
 $_LANG['FormValidators']['PleaseProvideANumericValueBetween'] = 'Bitte einen numerischen Wert zwischen :minValue: und :maxValue: eingeben';