Skip to content

Commit

Permalink
chore: localize tooltip for new dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats committed Oct 3, 2023
1 parent aa89db6 commit 2990142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/XIVLauncher/Windows/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@
HorizontalAlignment="Left"
VerticalAlignment="Center"
Margin="0,0,7,0"
ToolTip="{Binding Path=LaunchOptionsLoc}"
>

<materialDesign:PopupBox.ToggleContent>
Expand Down
1 change: 1 addition & 0 deletions src/XIVLauncher/Windows/ViewModel/MainWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1503,6 +1503,7 @@ private void SetupLoc()
LoginNoPluginsLoc = Loc.Localize("LoginBoxNoPluginLogin", "Start w/o any Plugins");
LoginNoThirdLoc = Loc.Localize("LoginBoxNoThirdLogin", "Start w/o Custom Repo Plugins");
LoginTooltipLoc = Loc.Localize("LoginBoxLoginTooltip", "Log in with the provided credentials");
LaunchOptionsLoc = Loc.Localize("LoginBoxLaunchOptions", "Additional launch options");
WaitingForMaintenanceLoc = Loc.Localize("LoginBoxWaitingForMaint", "Waiting for maintenance to be over...");
CancelWithShortcutLoc = Loc.Localize("CancelWithShortcut", "_Cancel");
OpenAccountSwitcherLoc = Loc.Localize("OpenAccountSwitcher", "Open Account Switcher");
Expand Down

0 comments on commit 2990142

Please sign in to comment.