From a8a31d7caae30a0bfaa2e14906cd5aa22b4e60e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Thu, 8 Feb 2018 19:06:29 +0100 Subject: [PATCH] fix exeExtract UI-Lang --- www/statics/programs/__all.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/statics/programs/__all.php b/www/statics/programs/__all.php index d2805b0..a6042c1 100644 --- a/www/statics/programs/__all.php +++ b/www/statics/programs/__all.php @@ -161,7 +161,7 @@ return 'internal_name_alt' => null, 'category' => 'Tool', 'stars' => 0, - 'ui_language' => 'English', + 'ui_language' => 'German', 'prog_language' => 'Delphi', 'short_description' => 'A simple tool to copy all files of a specific extension to another directory.', 'add_date' => '2008-03-26',