Consolidate about page information

This commit is contained in:
pizzaboxer 2024-06-12 18:36:40 +01:00
parent c1037f1a94
commit ff8923ab78
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8
3 changed files with 6 additions and 19 deletions

View File

@ -1365,20 +1365,11 @@ namespace Bloxstrap.Resources {
}
/// <summary>
/// Looks up a localized string similar to An open-source, feature-packed alternative bootstrapper for Roblox.
/// Looks up a localized string similar to An alternative bootstrapper for Roblox with a bunch of extra features..
/// </summary>
public static string Menu_About_Description_1 {
public static string Menu_About_Description {
get {
return ResourceManager.GetString("Menu.About.Description.1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Developed by pizzaboxer - if you like this, please consider leaving a star on GitHub!.
/// </summary>
public static string Menu_About_Description_2 {
get {
return ResourceManager.GetString("Menu.About.Description.2", resourceCulture);
return ResourceManager.GetString("Menu.About.Description", resourceCulture);
}
}

View File

@ -559,11 +559,8 @@ Would you like to upgrade your currently installed version?</value>
<data name="Menu.About.Contributors.Translations" xml:space="preserve">
<value>Translations</value>
</data>
<data name="Menu.About.Description.1" xml:space="preserve">
<value>An open-source, feature-packed alternative bootstrapper for Roblox</value>
</data>
<data name="Menu.About.Description.2" xml:space="preserve">
<value>Developed by pizzaboxer - if you like this, please consider leaving a star on GitHub!</value>
<data name="Menu.About.Description" xml:space="preserve">
<value>An alternative bootstrapper for Roblox with a bunch of extra features.</value>
</data>
<data name="Menu.About.DiscordServer" xml:space="preserve">
<value>Discord server</value>

View File

@ -28,8 +28,7 @@
<TextBlock Grid.Column="0" Text="Bloxstrap" Margin="0,0,4,0" FontSize="24" FontWeight="Medium" />
<TextBlock Grid.Column="1" Text="{Binding Version, Mode=OneTime}" Margin="4,0,0,2" VerticalAlignment="Bottom" FontSize="16" FontWeight="Medium" Foreground="{DynamicResource TextFillColorTertiaryBrush}" />
</Grid>
<TextBlock Text="{x:Static resources:Strings.Menu_About_Description_1}" Foreground="{DynamicResource TextFillColorTertiaryBrush}" />
<TextBlock Text="{x:Static resources:Strings.Menu_About_Description_2}" Foreground="{DynamicResource TextFillColorTertiaryBrush}" />
<TextBlock Text="{x:Static resources:Strings.Menu_About_Description}" Foreground="{DynamicResource TextFillColorTertiaryBrush}" />
</StackPanel>
</Grid>
<StackPanel Orientation="Horizontal">