Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KillzXGaming committed Apr 25, 2022
1 parent f3ab166 commit 937dda7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public override string SubEditor
ImguiCustomWidgets.FileSelector("Model File", ref model_path, new string[] { ".dae", ".fbx" });

var size = new System.Numerics.Vector2(ImGui.GetWindowWidth() / 2, 23);
if (ImGui.Button(TranslationSource.GetText("CANEL"), size))
if (ImGui.Button(TranslationSource.GetText("CANCEL"), size))
DialogHandler.ClosePopup(false);

ImGui.SameLine();
Expand Down

0 comments on commit 937dda7

Please sign in to comment.