옵션이미지 번역 오타 수정
This commit is contained in:
parent
1d0499cd30
commit
073435ee42
|
|
@ -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)
|
||||||
|
|
||||||
# 옵션 이미지가 존재하는지 확인
|
# 옵션 이미지가 존재하는지 확인
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue