mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-24 01:19:18 +01:00
chore: fix another doubled up string key
This commit is contained in:
parent
a1e0727d01
commit
1c136539d8
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@ namespace Dalamud.Interface.Internal.Windows
|
||||||
|
|
||||||
ImGui.PushStyleColor(ImGuiCol.Text, ImGuiColors.DalamudGrey);
|
ImGui.PushStyleColor(ImGuiCol.Text, ImGuiColors.DalamudGrey);
|
||||||
ImGui.TextWrapped(string.Format(
|
ImGui.TextWrapped(string.Format(
|
||||||
Loc.Localize("DalamudSettingsFontResolutionLevel", "This option allows Dalamud fonts to look better. If your game crashes when changing this option, your PC does not support high font resolutions in Dalamud - you will have to use a lower one.\nCurrent font atlas size is {0}px * {1}px."),
|
Loc.Localize("DalamudSettingsFontResolutionLevelHint", "This option allows Dalamud fonts to look better. If your game crashes when changing this option, your PC does not support high font resolutions in Dalamud - you will have to use a lower one.\nCurrent font atlas size is {0}px * {1}px."),
|
||||||
ImGui.GetIO().Fonts.TexWidth,
|
ImGui.GetIO().Fonts.TexWidth,
|
||||||
ImGui.GetIO().Fonts.TexHeight));
|
ImGui.GetIO().Fonts.TexHeight));
|
||||||
ImGui.PopStyleColor();
|
ImGui.PopStyleColor();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue