Skip to content

Commit

Permalink
lang hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
stamepicmorg committed Mar 19, 2020
1 parent e05e119 commit 1e35537
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions src/UniversalValveToolbox/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
// 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")]

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,4 @@
<data name="ru-RU" xml:space="preserve">
<value>Russian</value>
</data>
<data name="strLangAuthor" xml:space="preserve">
<value>EpicMorg</value>
</data>
</root>
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,4 @@
<data name="ru-RU" xml:space="preserve">
<value>Русский</value>
</data>
<data name="strLangAuthor" xml:space="preserve">
<value>EpicMorg</value>
</data>
</root>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="strLangAuthor" xml:space="preserve">
<value>EpicMorg</value>
</data>
<data name="strNewAddon" xml:space="preserve">
<value>&lt;New Addon&gt;</value>
</data>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="strLangAuthor" xml:space="preserve">
<value>EpicMorg</value>
</data>
<data name="strNewAddon" xml:space="preserve">
<value>&lt;Новое Дополнение&gt;</value>
</data>
Expand Down
2 changes: 1 addition & 1 deletion src/UniversalValveToolbox/UI/FormSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ private void buttonCancel_Click(object sender, EventArgs e) {
}

private void FormSettings_Load(object sender, EventArgs e) {
labelTranslationAthor.Text = Properties.translations.LangDict.strLangAuthor;
labelTranslationAthor.Text = Properties.translations.VarStrings.strLangAuthor;
}
}
}

0 comments on commit 1e35537

Please sign in to comment.