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):
60
60
def SystemRepair ():
61
61
global window
62
62
window = Tk ()
63
- window .title (system_clean_title )
63
+ window .title (system_repair_title )
64
64
window .geometry ("500x300" )
65
65
window .resizable (resx ,resy )
66
66
window .iconbitmap ("Icon/adwmgui_system_repair.ico" )
Original file line number Diff line number Diff line change 24
24
all_operations_shutdownpc_title = "Do all operations and then shut down the computer"
25
25
app_information_title = "App knowledge:\n "
26
26
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 "
28
28
app_version_type_txt = "Version type: Stable version"
29
29
licence_information_title = "Licence information:\n "
30
30
licence_name_txt = "Licence name: GPL"
118
118
all_operations_shutdownpc_title = "Tüm işlemleri yap ardından Bilgisayarı kapat"
119
119
app_information_title = "Uygulama bilgisi:\n "
120
120
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 "
122
122
app_version_type_txt = "Sürüm tipi: Stabil sürüm"
123
123
licence_information_title = "Lisans bilgisi:\n "
124
124
licence_name_txt = "Lisans adı: GPL"
You can’t perform that action at this time.
0 commit comments