* Localize Refund Button
* Requested changes
Name="RefundButton"
MinWidth="64"
HorizontalAlignment="Right"
- Text="Refund" />
+ Text="{Loc 'store-ui-refund-text'}" />
</BoxContainer>
<LineEdit Name="SearchBar" Margin="4" PlaceHolder="Search" HorizontalExpand="True"/>
<PanelContainer VerticalExpand="True">
store-ui-default-title = Store
store-ui-default-withdraw-text = Withdraw
+store-ui-refund-text = Refund
store-ui-balance-display = {$currency}: {$amount}
store-ui-price-display = {$amount} {$currency}
store-ui-discount-display-with-currency = {$amount} off on {$currency}