File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ def close(event=None):
6060def SystemRepair ():
6161 global window
6262 window = Tk ()
63- window .title (system_clean_title )
63+ window .title (system_repair_title )
6464 window .geometry ("500x300" )
6565 window .resizable (resx ,resy )
6666 window .iconbitmap ("Icon/adwmgui_system_repair.ico" )
Original file line number Diff line number Diff line change 2424 all_operations_shutdownpc_title = "Do all operations and then shut down the computer"
2525 app_information_title = "App knowledge:\n "
2626 app_name_txt = "App name: AdWMGUI (Advanced Windows Manager GUI)"
27- app_version_txt = "Version: 1.8.2"
27+ app_version_txt = "Version: 1.8.2.1 "
2828 app_version_type_txt = "Version type: Stable version"
2929 licence_information_title = "Licence information:\n "
3030 licence_name_txt = "Licence name: GPL"
118118 all_operations_shutdownpc_title = "Tüm işlemleri yap ardından Bilgisayarı kapat"
119119 app_information_title = "Uygulama bilgisi:\n "
120120 app_name_txt = "Uygulama adı: AdWMGUI (Advanced Windows Manager GUI)"
121- app_version_txt = "Sürüm: 1.8.2"
121+ app_version_txt = "Sürüm: 1.8.2.1 "
122122 app_version_type_txt = "Sürüm tipi: Stabil sürüm"
123123 licence_information_title = "Lisans bilgisi:\n "
124124 licence_name_txt = "Lisans adı: GPL"
You can’t perform that action at this time.
0 commit comments