Skip to content

Commit 30d7425

Browse files
AdWMGUI 1.8.2.1
1 parent 7c5f354 commit 30d7425

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AdWMFuncLib/Systemrepair.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def close(event=None):
6060
def 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")

AdWMGUILang/lang.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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"
@@ -118,7 +118,7 @@
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"

0 commit comments

Comments
 (0)