From bb9ee193a5b0e8c1c75f03502b90afa344f198b8 Mon Sep 17 00:00:00 2001 From: Git Kern3l <37959590+gitkern3l@users.noreply.github.com> Date: Mon, 27 Apr 2020 22:26:46 +0700 Subject: [PATCH] Update to 1.3 --- torngconf/theme.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"