mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Renamed eula_start_of_file to eula_start_of_file_unconfirmed
This commit is contained in:
parent
6b86115a13
commit
25d0a8955b
@ -25,7 +25,7 @@ class EULAController:
|
||||
text_license = self.license.read()
|
||||
with open(str(self.eula), 'w+') as temp_eula:
|
||||
chmod(self.eula, 0o777)
|
||||
temp_eula.write("{0}\n{1}".format(EULAView().EULA_messages["eula_start_of_file"], text_license))
|
||||
temp_eula.write("{0}\n{1}".format(EULAView().EULA_messages["eula_start_of_file_unconfirmed"], text_license))
|
||||
temp_eula.close()
|
||||
|
||||
def check_eula_confirmation(self):
|
||||
|
@ -9,5 +9,5 @@ class EULAView:
|
||||
"eula_is_not_confirmed": _("You didn't accept EULA, please open eula.txt"),
|
||||
"eula_not_found": _("EULA isn't found"),
|
||||
"eula_is_invalid": _("EULA is not valid"),
|
||||
"eula_start_of_file": _("# Please read and accept EULA below\n eula = False")
|
||||
"eula_start_of_file_unconfirmed": _("# Please read and accept EULA below\n eula = False"),
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user