Skip to content

Commit

Permalink
Deny -> Decline
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Nov 29, 2024
1 parent e48e821 commit c4ffe57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SS14.Launcher/Assets/Locale/en-US/text.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ connecting-privacy-policy-text = This server requires that you accept its privac
connecting-privacy-policy-text-version-changed = This server has updated its privacy policy since the last time you played. You must accept the new version before connecting.
connecting-privacy-policy-view = View privacy policy
connecting-privacy-policy-accept = Accept (continue)
connecting-privacy-policy-deny = Deny (disconnect)
connecting-privacy-policy-decline = Decline (disconnect)
## Strings for the "direct connect" dialog window.

Expand Down
2 changes: 1 addition & 1 deletion SS14.Launcher/Views/ConnectingOverlay.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" Margin="0 10">
<Button Content="{loc:Loc 'connecting-privacy-policy-accept'}" Command="{Binding PrivacyPolicyAccept}"
Classes="OpenRight" />
<Button Content="{loc:Loc 'connecting-privacy-policy-deny'}" Command="{Binding PrivacyPolicyDeny}"
<Button Content="{loc:Loc 'connecting-privacy-policy-decline'}" Command="{Binding PrivacyPolicyDeny}"
Classes="OpenLeft"/>
</StackPanel>
</StackPanel>
Expand Down

0 comments on commit c4ffe57

Please sign in to comment.