fix
This commit is contained in:
4
ui.py
4
ui.py
@@ -123,7 +123,7 @@ class UIManager:
|
||||
|
||||
self.upload_buttons_entry = tk.Entry(main_frame, font=self.font_label)
|
||||
self.upload_buttons_entry.pack(anchor="w", fill=tk.X, pady=(0, 5))
|
||||
self.upload_buttons_entry.insert(0, "Загрузить файл, Выбрать файл, Добавить файл")
|
||||
self.upload_buttons_entry.insert(0, "Выберите файл, Выбрать файл, Добавить файл")
|
||||
|
||||
upload_label = tk.Label(
|
||||
main_frame,
|
||||
@@ -136,7 +136,7 @@ class UIManager:
|
||||
|
||||
self.process_buttons_entry = tk.Entry(main_frame, font=self.font_label)
|
||||
self.process_buttons_entry.pack(anchor="w", fill=tk.X, pady=(0, 5))
|
||||
self.process_buttons_entry.insert(0, "Загрузить, Обработать, Преобразовать, Изменить, Конвертировать")
|
||||
self.process_buttons_entry.insert(0, "Исправить, Обработать, Преобразовать, Изменить, Конвертировать")
|
||||
|
||||
process_label = tk.Label(
|
||||
main_frame,
|
||||
|
||||
Reference in New Issue
Block a user