Skip to content

Commit

Permalink
v.0.1.1-bf
Browse files Browse the repository at this point in the history
  • Loading branch information
thegoosewiththebowtie committed Apr 18, 2024
1 parent 8e52ab7 commit 79885dd
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dmtools.Desktop/dmtools.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<FileVersion>0.1.1.0</FileVersion>
<NeutralLanguage>en</NeutralLanguage>
<Product>dmtools</Product>
<Version>0.1.1-b</Version>
<Version>0.1.1-bf</Version>
<Authors>thegoosewiththebowtie</Authors>
<Copyright>Triangle on The Wall organization</Copyright>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion dmtools/Locals/en.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<system:String x:Key="Glossary">Glossary</system:String>
<system:String x:Key="Settings">Settings</system:String>
<system:String x:Key="About">About</system:String>
<system:String x:Key="beta">[beta]</system:String>
<system:String x:Key="beta">[beta1-fix1]</system:String>
<!--Glossary-->
<system:String x:Key="Spells">Spells</system:String>
<system:String x:Key="Search">Search</system:String>
Expand Down
2 changes: 1 addition & 1 deletion dmtools/Locals/fr.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<system:String x:Key="Glossary">Glossaire</system:String>
<system:String x:Key="Settings">Paramètres</system:String>
<system:String x:Key="About">À propos du programme</system:String>
<system:String x:Key="beta">[beta]</system:String>
<system:String x:Key="beta">[beta1-fix1]</system:String>
<!--Glossary-->
<system:String x:Key="Spells">Sorts</system:String>
<system:String x:Key="Search">Recherche</system:String>
Expand Down
2 changes: 1 addition & 1 deletion dmtools/Locals/ru.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<system:String x:Key="Glossary">Энциклопедия</system:String>
<system:String x:Key="Settings">Настройки</system:String>
<system:String x:Key="About">О программе</system:String>
<system:String x:Key="beta">[альфа-тест]</system:String>
<system:String x:Key="beta">[бета1-фикс1]</system:String>
<!--Glossary-->
<system:String x:Key="Spells">Заклинания</system:String>
<system:String x:Key="Search">Поиск</system:String>
Expand Down
2 changes: 1 addition & 1 deletion dmtools/Locals/uk.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<system:String x:Key="Glossary">Енциклопедія</system:String>
<system:String x:Key="Settings">Налаштування</system:String>
<system:String x:Key="About">Про програму</system:String>
<system:String x:Key="beta">[альфа-тест]</system:String>
<system:String x:Key="beta">[бета1-фикс1]</system:String>
<!--Glossary-->
<system:String x:Key="Spells">Заклинання</system:String>
<system:String x:Key="Search">Пошук</system:String>
Expand Down
4 changes: 2 additions & 2 deletions dmtools/Views/AboutView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
VerticalAlignment="Center"
HorizontalAlignment="Center"
FontSize="45">
dmtools v.0.1.1-b
dmtools v.0.1.1-bf
</TextBlock>
<TextBlock
Name="totw"
Expand Down Expand Up @@ -136,7 +136,7 @@
DockPanel.Dock="Top"
Margin="10"
FontSize="20"
Text="Version: v.0.1.1-b &#x0a;Maintained by: thegoosewiththebowtie a.k.a. VTG&#x0a;Distributed by: Triangle on The Wall Organization">
Text="Version: v.0.1.1-bf &#x0a;Maintained by: thegoosewiththebowtie a.k.a. VTG&#x0a;Distributed by: Triangle on The Wall Organization">
</TextBlock>
<TextBlock
DockPanel.Dock="Bottom"
Expand Down
2 changes: 1 addition & 1 deletion dmtools/Views/HomeView.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public void SetSetup()
if (settings.VolumeSnd == 0) { settings.VolumeSnd = 10; }
if (settings.Language == null) { settings.Language = "en"; }

settings.Version = "0.1.1-b";
settings.Version = "0.1.1-bf";
if (settings.CheckUpdates == null)
{
settings.CheckUpdates = true;
Expand Down
2 changes: 1 addition & 1 deletion dmtools/Views/MediaView.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public void SetSetup()
if (settings.VolumeSnd == 0) { settings.VolumeSnd = 10; }
if (settings.Language == null) { settings.Language = "en"; }

settings.Version = "0.1.1-b";
settings.Version = "0.1.1-bf";
if (settings.CheckUpdates == null)
{
settings.CheckUpdates = true;
Expand Down

0 comments on commit 79885dd

Please sign in to comment.