Fixed typo

This commit is contained in:
sTiKyt 2020-05-10 18:08:33 +03:00
parent c0f42cab65
commit 58b9c784a3
No known key found for this signature in database
GPG Key ID: 510E1C3C9B2414B4
5 changed files with 7 additions and 7 deletions

View File

@ -392,9 +392,9 @@ def enter_custom_redirecting_url(): # Question where user can input custom web-
print(global_localization.hidden_eye_logo)
print(global_localization.official_website_link)
print(global_localization.by_darksec)
print(localization.lang_custom_redirecting_url["enter_redirecting_url_header"])
print(localization.lang_custom_redirecting_url["enter_redirecting_url_prompt"])
custom = input(localization.lang_custom_redirecting_url["redirect_here"])
print(localization.lang_enter_custom_redirecting_url["enter_redirecting_url_header"])
print(localization.lang_enter_custom_redirecting_url["enter_redirecting_url_prompt"])
custom = input(localization.lang_enter_custom_redirecting_url["redirect_here"])
if 'http://' in custom or 'https://' in custom:
pass
else:

View File

@ -64,7 +64,7 @@ lang_start_phishing_page = {
"gdrive_suggestion" : _('{0}[{1}*{0}]{1} {0}Tip: {1}Use Google Drive File Url as Custom Url while asked.').format(default_palette[0], default_palette[4])
}
lang_custom_redirecting_url = {
lang_enter_custom_redirecting_url = {
"enter_redirecting_url_header" : _('{0}\n-------------------------------\n{1}[ PUT YOUR REDIRECTING URL HERE ] {0}\n-------------------------------').format(default_palette[0], default_palette[2]),
"enter_redirecting_url_prompt" : _('\n{0}[{1}*{0}]Insert a custom redirect url:').format(default_palette[0], default_palette[4]),
"redirect_here" : _('\n{0}REDIRECT HERE>>> {1}').format(default_palette[0], default_palette[2])

Binary file not shown.

View File

@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: 2020-05-10 18:04+0300\n"
"PO-Revision-Date: 2020-05-10 18:04+0300\n"
"POT-Creation-Date: 2020-05-10 18:07+0300\n"
"PO-Revision-Date: 2020-05-10 18:07+0300\n"
"Last-Translator: sTiKyt <stikyt@protonmail.com>\n"
"Language-Team: \n"
"Language: en\n"

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2020-05-10 18:04+0300\n"
"POT-Creation-Date: 2020-05-10 18:07+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"