This commit is contained in:
2026-02-16 10:36:43 +05:00
parent a255e9296f
commit 862113bb65
2 changed files with 112 additions and 82 deletions

4
ui.py
View File

@@ -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,