From 849efe1b394ca04a608718197eefe05b1a9b0344 Mon Sep 17 00:00:00 2001 From: Lila Date: Sun, 6 Oct 2024 11:16:38 +0100 Subject: [PATCH] Rename --- fast64_internal/sm64/animation/properties.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fast64_internal/sm64/animation/properties.py b/fast64_internal/sm64/animation/properties.py index ac4d7f416..668c4fd6b 100644 --- a/fast64_internal/sm64/animation/properties.py +++ b/fast64_internal/sm64/animation/properties.py @@ -1131,8 +1131,8 @@ def draw_props(self, layout: UILayout, export_type: str, header_type: str, actor if self.is_dma: if export_type == "Binary": - string_int_prop(col, self, "dma_address", "DMA Table Address") - string_int_prop(col, self, "dma_end_address", "DMA Table End") + string_int_prop(col, self, "dma_address", "Table Address") + string_int_prop(col, self, "dma_end_address", "Table End") elif export_type == "C": multilineLabel( col,