Kaynağa Gözat

Another typo fix

Cammy 7 yıl önce
ebeveyn
işleme
6491280a0f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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: