VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/LanguageStrings.cpp
diff options
context:
space:
mode:
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;
}
}