diff --git a/torngconf/theme.py b/torngconf/theme.py index 4392284..eb5638c 100644 --- a/torngconf/theme.py +++ b/torngconf/theme.py @@ -27,7 +27,7 @@ class English: uninstalled = icon.success + " TorghostNG has been uninstalled" installed = icon.success + " {} has been installed" already_installed = icon.info + " {} is already installed" - description = """TorghostNG 1.2 - Make all your internet traffic anonymized through Tor proxy + description = """TorghostNG 1.3 - Make all your internet traffic anonymized through Tor proxy Rewritten from TorGhost with Python 3""" root_please = icon.error + " You must be root, use 'sudo TorghostNG'" sorry_windows = icon.error + " Sorry, TorghostNG is not designed for Windows 😛 Use Tor Browser pls" @@ -103,7 +103,7 @@ class Vietnamese(English): uninstalled = icon.success + " TorghostNG đã được gỡ cài đặt" installed = icon.success + " {} đã được cài đặt" already_installed = icon.info + " {} đã được cài đặt sẵn" - description = """TorghostNG 1.2 - Giúp bạn kết nối Internet ẩn danh qua Tor + description = """TorghostNG 1.3 - Giúp bạn kết nối Internet ẩn danh qua Tor Được gõ lại từ TorGhost bằng Python 3""" root_please = icon.error + " Phải chạy TorghostNG với quyền root nha, thử 'sudo torghostng' xem" sorry_windows = icon.error + " Xin lỗi các bạn dùng Windows nhá ☹ Các bạn dùng Tor Brower nha"