Cammy преди 7 години
родител
ревизия
6491280a0f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      pyinstalive/initialize.py

+ 1 - 1
pyinstalive/initialize.py

@@ -111,7 +111,7 @@ def check_config_validity(config):
 			settings.save_comments = config.get('pyinstalive', 'save_comments').title()
 			wide_build = sys.maxunicode > 65536
 			if sys.version.split(' ')[0].startswith('2') and settings.save_comments == "True" and not wide_build:
-				log("[W] Your Python 2 build does not support wide unicode characters.\n[W] This means characters such as mojis will not be saved.", "YELLOW")
+				log("[W] Your Python 2 build does not support wide unicode characters.\n[W] This means characters such as emojis will not be saved.", "YELLOW")
 				has_thrown_errors = True
 			else:
 				if not settings.show_cookie_expiry in bool_values: