mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-19 00:51:30 -07:00
Add missing launch menu strings
This commit is contained in:
parent
af19a353ff
commit
8966babc40
9
Bloxstrap/Resources/Strings.Designer.cs
generated
9
Bloxstrap/Resources/Strings.Designer.cs
generated
@ -1594,6 +1594,15 @@ namespace Bloxstrap.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Support us on Ko-fi!.
|
||||
/// </summary>
|
||||
public static string LaunchMenu_Donate {
|
||||
get {
|
||||
return ResourceManager.GetString("LaunchMenu.Donate", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Launch Roblox.
|
||||
/// </summary>
|
||||
|
@ -1225,4 +1225,8 @@ Would you like to enable test mode?</value>
|
||||
<value>Install</value>
|
||||
<comment>The word "Install" is being used as a verb in this instance, like the other navigation button texts of "Next" and "Back"</comment>
|
||||
</data>
|
||||
<data name="LaunchMenu.Donate" xml:space="preserve">
|
||||
<value>Support us on Ko-fi!</value>
|
||||
<comment>Call-to-action button</comment>
|
||||
</data>
|
||||
</root>
|
@ -28,7 +28,7 @@
|
||||
|
||||
<Grid Grid.Row="1">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="*" />
|
||||
<ColumnDefinition Width="280" />
|
||||
<ColumnDefinition Width="*" />
|
||||
</Grid.ColumnDefinitions>
|
||||
|
||||
@ -52,8 +52,8 @@
|
||||
</Grid>
|
||||
|
||||
<StackPanel Grid.Row="1" HorizontalAlignment="Center">
|
||||
<ui:Hyperlink Icon="QuestionCircle48" Content="About Bloxstrap" Margin="0,0,0,8" Command="{Binding LaunchAboutCommand, Mode=OneTime}" />
|
||||
<ui:Hyperlink Icon="Heart48" Content="Support us on Ko-fi!" NavigateUri="https://ko-fi.com/boxerpizza" />
|
||||
<ui:Hyperlink Icon="QuestionCircle48" Content="{x:Static resources:Strings.About_Title}" Margin="0,0,0,8" Command="{Binding LaunchAboutCommand, Mode=OneTime}" />
|
||||
<ui:Hyperlink Icon="Heart48" Content="{x:Static resources:Strings.LaunchMenu_Donate}" NavigateUri="https://ko-fi.com/boxerpizza" />
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user