]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Localize Refund Button (#39346)
authorZeneganto <fantik8800@gmail.com>
Sun, 3 Aug 2025 11:15:25 +0000 (21:15 +1000)
committerGitHub <noreply@github.com>
Sun, 3 Aug 2025 11:15:25 +0000 (13:15 +0200)
* Localize Refund Button

* Requested changes

Content.Client/Store/Ui/StoreMenu.xaml
Resources/Locale/en-US/store/store.ftl

index 843c9dc0296a5c4245c14c896ec60366ee9add68..1ee86a5a68f64c018b09732ad4c2bd63796c5e40 100644 (file)
@@ -21,7 +21,7 @@
                     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">
index a0b349e6a2aa15945b4d62709a0d4b3847556a90..6fce1bcaa096e1623d40702f6f3deec0c2362fa1 100644 (file)
@@ -1,5 +1,6 @@
 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}