From de453bc73ae4417afddd5e4b9226a92596328b1c Mon Sep 17 00:00:00 2001
From: Hugo Posnic <hugo.posnic@protonmail.com>
Date: Mon, 6 Mar 2017 21:51:32 +0100
Subject: [PATCH] Don't translate commands and urls

---
 pacman_mirrors/txt.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pacman_mirrors/txt.py b/pacman_mirrors/txt.py
index 124b7e21..c798236b 100644
--- a/pacman_mirrors/txt.py
+++ b/pacman_mirrors/txt.py
@@ -55,7 +55,7 @@ HLP_ARG_PATH = _("Mirrors list path")
 HLP_ARG_QUIET = _("Quiet mode - less verbose output")
 HLP_ARG_TIMEOUT = _("Maximum waiting time for server response")
 HLP_ARG_VERSION = _("Print the pacman-mirrors version")
-HLP_ARG_FASTTRACK = _("A quick mirrorlist. Overrides -cim --geoip")
+HLP_ARG_FASTTRACK = _("A quick mirrorlist. Overrides") + "-cim --geoip"
 # messages
 AVAILABLE_COUNTRIES = _("Available countries are")
 CANNOT_DOWNLOAD_FILE = _("Could not download from")
@@ -66,7 +66,7 @@ CUSTOM_MIRROR_FILE = _("Custom mirror file")
 CUSTOM_MIRROR_FILE_SAVED = _("Custom mirror file saved")
 CUSTOM_MIRROR_LIST = _("User generated mirror list")
 DOES_NOT_EXIST = _("doesn't exist.")
-DOWNLOADING_MIRROR_FILE = _("Downloading mirrors from repo.manjaro.org")
+DOWNLOADING_MIRROR_FILE = _("Downloading mirrors from") + "repo.manjaro.org"
 FALLING_BACK = _("Falling back to")
 IS_MISSING = _("is missing")
 MIRROR_FILE = _("The mirror file")
@@ -83,7 +83,7 @@ OPTION = _("Option")
 WRITING_MIRROR_LIST = _("Writing mirror list")
 QUERY_MIRRORS = _("Querying mirrors")
 RANDOMIZING_SERVERS = _("Randomizing mirror list")
-RESET_CUSTOM_CONFIG = _("To reset custom config run `pacman-mirrors -c all`")
+RESET_CUSTOM_CONFIG = _("To reset custom config run ") + "pacman-mirrors -c all"
 TAKES_TIME = _("This may take some time")
 UNKNOWN_COUNTRY = _("unknown country")
 USING_ALL_MIRRORS = _("Using all mirrors")
-- 
GitLab