Skip to content

Commit

Permalink
rename revert button
Browse files Browse the repository at this point in the history
  • Loading branch information
chirpxiv committed Dec 11, 2023
1 parent a9aab65 commit 26db40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ktisis/Interface/Windows/Workspace/Tabs/ActorTab.cs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public unsafe static void ImportExportChara(Actor* actor) {
if (isUseless) ImGui.EndDisabled();

ImGui.Spacing();
if (ImGui.Button("Revert All"))
if (ImGui.Button("Revert Changes"))
ActorStateWatcher.RevertToOriginal(actor);

_npcImport.Draw(mode);
Expand Down

0 comments on commit 26db40e

Please sign in to comment.