Skip to content

Commit e664a82

Browse files
committed
Text fix...
1 parent aae4787 commit e664a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Distros/HaxeDevelop/PluginCore/PluginCore/DistroConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class DistroConfig
88
public const String DISTRIBUTION_DESC = "HaxeDevelop is an open source script editor.";
99
public const String DISTRIBUTION_HELP = "http://www.haxedevelop.org/";
1010
public const String DISTRIBUTION_VERSION = "http://www.flashdevelop.org/latest.txt";
11-
public const String DISTRIBUTION_ABOUT = "HaxeDevelop logo, domain and the name are copyright of Haxe Foundataion.\r\nHaxeDevelop is a custom distribution of FlashDevelop. Development: Mika Palmu, Philippe Elsass and all helpful contributors.";
11+
public const String DISTRIBUTION_ABOUT = "HaxeDevelop logo, domain and the name are copyright of Haxe Foundation.\r\nHaxeDevelop is a custom distribution of FlashDevelop.\r\nDevelopment: Mika Palmu, Philippe Elsass and all helpful contributors.";
1212
public const String DISTRIBUTION_COPYRIGHT = "HaxeDevelop.org 2015-2016";
1313
public const String DISTRIBUTION_COMPANY = "HaxeDevelop.org";
1414
}

0 commit comments

Comments
 (0)