Skip to content

Commit 2b8263d

Browse files
authored
Edit button updated.
1 parent 8980b4f commit 2b8263d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main_tr.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ def open_forum(): # Tarayıcıda Forum sayfasını acar
678678

679679
# Edit menü
680680
edit_menu = tk.Menu(menubar, tearoff=0)
681-
menubar.add_cascade(label="Edit", menu=edit_menu)
681+
menubar.add_cascade(label="Düzenle", menu=edit_menu)
682682
edit_menu.add_command(label="Birleştir", command=merge_files)
683683
edit_menu.add_command(label="Ayır", command=split_file)
684684
edit_menu.add_separator()
@@ -898,5 +898,4 @@ def open_forum(): # Tarayıcıda Forum sayfasını acar
898898
"WIKI SAYFALARI & BELGELER & İLETİŞİM:\n\nDaha fazla bilgi için: \nhttps://github.com/Kreytorn/TorPDF/wiki \n\nBelgeler için:\nhttps://github.com/Kreytorn/TorPDF.\n\nForumlar ve sorular:\nhttps://github.com/Kreytorn/TorPDF/discussions\n\nBize ulaşın:\nhttps://github.com/Kreytorn/TorPDF/issues",
899899
)
900900

901-
902901
root.mainloop()

0 commit comments

Comments
 (0)