diff --git a/src/UniversalValveToolbox/Properties/AssemblyInfo.cs b/src/UniversalValveToolbox/Properties/AssemblyInfo.cs index 3aa4565..633e147 100644 --- a/src/UniversalValveToolbox/Properties/AssemblyInfo.cs +++ b/src/UniversalValveToolbox/Properties/AssemblyInfo.cs @@ -33,5 +33,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.0.1")] +[assembly: AssemblyFileVersion("1.0.0.1")] diff --git a/src/UniversalValveToolbox/Properties/translations/LangDict.Designer.cs b/src/UniversalValveToolbox/Properties/translations/LangDict.Designer.cs index d7a6c4f..b7499cc 100644 --- a/src/UniversalValveToolbox/Properties/translations/LangDict.Designer.cs +++ b/src/UniversalValveToolbox/Properties/translations/LangDict.Designer.cs @@ -77,14 +77,5 @@ namespace UniversalValveToolbox.Properties.translations { return ResourceManager.GetString("ru-RU", resourceCulture); } } - - /// - /// Looks up a localized string similar to EpicMorg. - /// - internal static string strLangAuthor { - get { - return ResourceManager.GetString("strLangAuthor", resourceCulture); - } - } } } diff --git a/src/UniversalValveToolbox/Properties/translations/LangDict.resx b/src/UniversalValveToolbox/Properties/translations/LangDict.resx index 73ba548..b0e1d36 100644 --- a/src/UniversalValveToolbox/Properties/translations/LangDict.resx +++ b/src/UniversalValveToolbox/Properties/translations/LangDict.resx @@ -123,7 +123,4 @@ Russian - - EpicMorg - \ No newline at end of file diff --git a/src/UniversalValveToolbox/Properties/translations/LangDict.ru.resx b/src/UniversalValveToolbox/Properties/translations/LangDict.ru.resx index 793d5be..48a2634 100644 --- a/src/UniversalValveToolbox/Properties/translations/LangDict.ru.resx +++ b/src/UniversalValveToolbox/Properties/translations/LangDict.ru.resx @@ -123,7 +123,4 @@ Русский - - EpicMorg - \ No newline at end of file diff --git a/src/UniversalValveToolbox/Properties/translations/VarStrings.Designer.cs b/src/UniversalValveToolbox/Properties/translations/VarStrings.Designer.cs index dbd3363..8826e35 100644 --- a/src/UniversalValveToolbox/Properties/translations/VarStrings.Designer.cs +++ b/src/UniversalValveToolbox/Properties/translations/VarStrings.Designer.cs @@ -60,6 +60,15 @@ namespace UniversalValveToolbox.Properties.translations { } } + /// + /// Looks up a localized string similar to EpicMorg. + /// + internal static string strLangAuthor { + get { + return ResourceManager.GetString("strLangAuthor", resourceCulture); + } + } + /// /// Looks up a localized string similar to <New Addon>. /// diff --git a/src/UniversalValveToolbox/Properties/translations/VarStrings.resx b/src/UniversalValveToolbox/Properties/translations/VarStrings.resx index c7a6433..e6a4131 100644 --- a/src/UniversalValveToolbox/Properties/translations/VarStrings.resx +++ b/src/UniversalValveToolbox/Properties/translations/VarStrings.resx @@ -117,6 +117,9 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + EpicMorg + <New Addon> diff --git a/src/UniversalValveToolbox/Properties/translations/VarStrings.ru.resx b/src/UniversalValveToolbox/Properties/translations/VarStrings.ru.resx index 7e479a7..7dfeaee 100644 --- a/src/UniversalValveToolbox/Properties/translations/VarStrings.ru.resx +++ b/src/UniversalValveToolbox/Properties/translations/VarStrings.ru.resx @@ -117,6 +117,9 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + EpicMorg + <Новое Дополнение> diff --git a/src/UniversalValveToolbox/UI/FormSettings.cs b/src/UniversalValveToolbox/UI/FormSettings.cs index 14ce50b..b0bcc48 100644 --- a/src/UniversalValveToolbox/UI/FormSettings.cs +++ b/src/UniversalValveToolbox/UI/FormSettings.cs @@ -20,7 +20,7 @@ namespace UniversalValveToolbox { } private void FormSettings_Load(object sender, EventArgs e) { - labelTranslationAthor.Text = Properties.translations.LangDict.strLangAuthor; + labelTranslationAthor.Text = Properties.translations.VarStrings.strLangAuthor; } } }