From 3290e476f4ad4798beb888aa90e026626f6fb030 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Mon, 26 Oct 2020 12:17:19 +0100 Subject: [PATCH] 010 Editor: shorten vendor name --- modules/TenEditor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/TenEditor.php b/modules/TenEditor.php index 5aec550..aa4906f 100644 --- a/modules/TenEditor.php +++ b/modules/TenEditor.php @@ -2,7 +2,7 @@ class TenEditor extends PatchBase { function __construct() { - parent::__construct('SweetScape Software Inc.', '010 Editor', 'https://sweetscape.com/download/010editor/'); + parent::__construct('SweetScape Software', '010 Editor', 'https://sweetscape.com/download/010editor/'); } function check() : bool { if ($this->fetch('https://sweetscape.com/010editor/'))