옵션이미지 번역 오타 수정

This commit is contained in:
R5600U_PC 2024-11-01 22:25:07 +09:00
parent 1d0499cd30
commit 073435ee42
1 changed files with 0 additions and 1 deletions

View File

@ -730,7 +730,6 @@ class OptionHandler:
# 각 옵션 상자를 순회 # 각 옵션 상자를 순회
for index, option_box in enumerate(option_boxes, start=1): for index, option_box in enumerate(option_boxes, start=1):
# 선택자에서 인덱스를 반영해 동적 선택자를 생성 # 선택자에서 인덱스를 반영해 동적 선택자를 생성
delete_button_selector = self.delete_button_selector.format(index=index)
add_button_selector = self.add_button_selector.format(index=index) add_button_selector = self.add_button_selector.format(index=index)
# 옵션 이미지가 존재하는지 확인 # 옵션 이미지가 존재하는지 확인