Skip to content

Commit

Permalink
Update ui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MinDeaDBlood committed Jul 21, 2024
1 parent 294d31a commit 0c7a22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def about():
style='success.TButton').pack(side=LEFT, expand=YES,
padx=5)
ttk.Label(aframe2,
text='Программа, для работы с образами прошивок\nАвтор оформления: ttkbootstrap\nColdWindScholar Все права защищены Apache 2.0 LICENSE\nГруппа в QQ: [email protected]\nПеревод и адаптация на русский: Rayne Kobayashi',
text='Программа, для работы с образами прошивок\nАвтор оформления: ttkbootstrap\nColdWindScholar Все права защищены. Лицензия Apache 2.0\nГруппа в QQ: [email protected]\nПеревод и адаптация на русский: Rayne Kobayashi',
font=(None, 15)).pack(
side=BOTTOM, expand=NO, pady=3)
root2.mainloop()
Expand Down

0 comments on commit 0c7a22b

Please sign in to comment.