summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2023-11-09 16:09:26 +0300
committerdartraiden <wowemuh@gmail.com>2023-11-09 16:09:42 +0300
commit95e67f18888739bcd8a54595cc91831ebb50c9ed (patch)
tree28cb2c90be70b605178cdda912e1264ed22e310c
parent98f67e7a95098cdf93ad2584cda7f428451151f6 (diff)
Netlib: this should be translatable
-rw-r--r--src/mir_app/src/netlib_opts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/src/netlib_opts.cpp b/src/mir_app/src/netlib_opts.cpp
index 4b1227b4c4..f3684be6d7 100644
--- a/src/mir_app/src/netlib_opts.cpp
+++ b/src/mir_app/src/netlib_opts.cpp
@@ -67,7 +67,7 @@ static const UINT specifyPortsControls[] = {
IDC_PORTSRANGE,
IDC_STATIC52};
-static const wchar_t* szProxyTypes[] = {LPGENW("<mixed>"), L"SOCKS4", L"SOCKS5", L"HTTP", L"HTTPS", L"System settings"};
+static const wchar_t* szProxyTypes[] = {LPGENW("<mixed>"), L"SOCKS4", L"SOCKS5", L"HTTP", L"HTTPS", LPGEN("System settings")};
static const uint16_t oftenProxyPorts[] = {1080, 1080, 1080, 8080, 8080, 8080};
#define M_REFRESHALL (WM_USER+100)