chore: pull warning into resource

This commit is contained in:
Anna
2022-02-15 13:22:47 -05:00
parent a0525562ff
commit a1719dbee1
3 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ internal sealed class Database : ISettingsTab {
if (this._showAdvanced && ImGui.TreeNodeEx("Advanced")) {
ImGui.PushTextWrapPos();
ImGuiUtil.WarningText("Do not click these buttons unless you know what you're doing.");
ImGuiUtil.WarningText(Language.Options_Database_Advanced_Warning);
if (ImGui.Button("Checkpoint")) {
this.Store.Database.Checkpoint();