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 2121 "title" : " Mise à jour du logiciel" ,
2222 "sub_text_1" : " Nouvelle version" ,
2323 "sub_text_2" : " disponible !" ,
24- "sub_text_3" : " Vouluez -vous la télécharger maintenant ?" ,
24+ "sub_text_3" : " Voulez -vous la télécharger maintenant ?" ,
2525 "ignore_button" : " Ignorer" ,
2626 "remind_later_button" : " Rappeler plus tard" ,
2727 "download_button" : " Télécharger"
144144 "license_text" : " Sous la license" ,
145145 "version_check_update_text" : {
146146 "up_to_date" : " À jour" ,
147- "outdated" : " Obsolète " ,
147+ "outdated" : " Obselète " ,
148148 "disabled" : " Vérification désactivé" ,
149149 "failed" : " Erreur durant la vérif"
150150 }
Original file line number Diff line number Diff line change 44class Version :
55 def __init__ (self , userSettings , main_app ):
66 self .main_app = main_app
7- self .version = "1.1.9.3 "
7+ self .version = "1.1.9.4 "
88 self .new_version = ""
99 if userSettings ["Others" ]["Check_update" ]:
1010 self .update = self .checkVersion ()
You can’t perform that action at this time.
0 commit comments