Skip to content

Commit 3e28397

Browse files
Blu3trainArtikash
authored andcommitted
Fix auto detect source language selection
1 parent 5b35f12 commit 3e28397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/devtoolsdeepltranslate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ extern const std::unordered_map<std::wstring, std::wstring> codes
9494
{ { L"Slovenian" }, { L"Slovenian" } },
9595
{ { L"Spanish" }, { L"Spanish" } },
9696
{ { L"Swedish" }, { L"Swedish" } },
97-
{ { L"?" }, { L"Any language (detect)" } }
97+
{ { L"?" }, { L"Detect language" } }
9898
};
9999

100100
bool translateSelectedOnly = true, useRateLimiter = true, rateLimitSelected = false, useCache = true, useFilter = true;

0 commit comments

Comments
 (0)