diff options
author | Konstantin <apollo2k4@narod.ru> | 2018-02-03 20:19:33 +0200 |
---|---|---|
committer | Konstantin <apollo2k4@narod.ru> | 2018-02-03 20:19:33 +0200 |
commit | fd0e378b2458852ea96aa2a0f523354a08acde51 (patch) | |
tree | 637206307ee9027fa17b3510ecd327adfeca6b02 /tools/Langpack Suite/Properties | |
parent | 106cab98d0aa170af4c96a34f4886597ec0496a6 (diff) |
small type fix
Diffstat (limited to 'tools/Langpack Suite/Properties')
-rw-r--r-- | tools/Langpack Suite/Properties/AssemblyInfo.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/Langpack Suite/Properties/AssemblyInfo.cs b/tools/Langpack Suite/Properties/AssemblyInfo.cs index 1f96514bd5..66bfb34033 100644 --- a/tools/Langpack Suite/Properties/AssemblyInfo.cs +++ b/tools/Langpack Suite/Properties/AssemblyInfo.cs @@ -5,11 +5,11 @@ using System.Runtime.InteropServices; // Управление общими сведениями о сборке осуществляется с помощью
// набора атрибутов. Измените значения этих атрибутов, чтобы изменить сведения,
// связанные со сборкой.
-[assembly: AssemblyTitle("Lang_generator")]
+[assembly: AssemblyTitle("Miranda NG Langpack Suite")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("Lang_generator")]
+[assembly: AssemblyCompany("Miranda NG Team")]
+[assembly: AssemblyProduct("Miranda NG Langpack Suite")]
[assembly: AssemblyCopyright("Copyright © 2011")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
|