VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/LanguageStrings.cpp
diff options
context:
space:
mode:
authorT-Bonhagen <75760084+T-Bonhagen@users.noreply.github.com>2021-02-21 10:16:24 +0100
committerGitHub <noreply@github.com>2021-02-21 10:16:24 +0100
commit874d29390f6db64b045b7952cc0331e40f25d325 (patch)
tree0a0bc3e86cc6cdbcd215a20f6924d011001162c7 /src/Main/LanguageStrings.cpp
parentc802db448de591a45144fc7300a10b2c9392ce30 (diff)
downloadVeraCrypt-874d29390f6db64b045b7952cc0331e40f25d325.tar.gz
VeraCrypt-874d29390f6db64b045b7952cc0331e40f25d325.zip
fix Program freeze Volume Creation Wizard linux (#726)
Diffstat (limited to 'src/Main/LanguageStrings.cpp')
-rw-r--r--src/Main/LanguageStrings.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Main/LanguageStrings.cpp b/src/Main/LanguageStrings.cpp
index 3591255b..33aaf6a9 100644
--- a/src/Main/LanguageStrings.cpp
+++ b/src/Main/LanguageStrings.cpp
@@ -51,7 +51,6 @@ namespace VeraCrypt
{
wxString text = node.InnerText;
text.Replace (L"\\n", L"\n");
- text.Replace (L"%s", L"{0}");
Map[StringConverter::ToSingle (wstring (node.Attributes[L"key"]))] = text;
}
#endif
@@ -59,7 +58,6 @@ namespace VeraCrypt
{
wxString text = node.InnerText;
text.Replace (L"\\n", L"\n");
- text.Replace (L"%s", L"{0}");
Map[StringConverter::ToSingle (wstring (node.Attributes[L"key"]))] = text;
}
}