From 9c3d61c3850fece17e8f65d67e76b2bc8fd7ea04 Mon Sep 17 00:00:00 2001 From: Git Kern3l <37959590+gitkern3l@users.noreply.github.com> Date: Mon, 27 Apr 2020 21:51:22 +0700 Subject: [PATCH] Update to 1.3 --- torngconf/theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torngconf/theme.py b/torngconf/theme.py index bd82a69..4392284 100644 --- a/torngconf/theme.py +++ b/torngconf/theme.py @@ -25,7 +25,7 @@ class English: installing = icon.process + " Installing {}..." uninstalling = icon.process + " Uninstalling TorghostNG..." uninstalled = icon.success + " TorghostNG has been uninstalled" - installed = icon.success + " TorghostNG has been installed" + 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 Rewritten from TorGhost with Python 3"""