chore: pull header into resource

This commit is contained in:
Anna
2022-02-15 13:23:43 -05:00
parent a1719dbee1
commit cbaa3fef4f
3 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ internal sealed class Database : ISettingsTab {
ImGui.Spacing();
if (this._showAdvanced && ImGui.TreeNodeEx("Advanced")) {
if (this._showAdvanced && ImGui.TreeNodeEx(Language.Options_Database_Advanced)) {
ImGui.PushTextWrapPos();
ImGuiUtil.WarningText(Language.Options_Database_Advanced_Warning);