Skip to content

Commit

Permalink
loc: "Updating Dalamud" => "Updating core"
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats committed Dec 23, 2021
1 parent 3365595 commit 14ff2ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/XIVLauncher/Windows/DalamudLoadingOverlay.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public void SetProgress(DalamudLoadingProgress progress)
switch (progress)
{
case DalamudLoadingProgress.Dalamud:
ProgressTextBlock.Text = Loc.Localize("DalamudUpdateDalamud", "Updating Dalamud...");
ProgressTextBlock.Text = Loc.Localize("DalamudUpdateDalamud", "Updating core...");
break;
case DalamudLoadingProgress.Assets:
ProgressTextBlock.Text = Loc.Localize("DalamudUpdateAssets", "Updating assets...");
Expand Down Expand Up @@ -95,4 +95,4 @@ protected override void OnClosed(EventArgs e)
IsClosed = true;
}
}
}
}

0 comments on commit 14ff2ff

Please sign in to comment.