String fixes and optimizations mentioned by translators on Transifex.

This commit is contained in:
sledgehammer999
2017-10-24 03:15:53 +03:00
parent fe810fcd37
commit f7f02ab16a
6 changed files with 15 additions and 14 deletions

View File

@@ -124,7 +124,7 @@ int FilterParserThread::parseDATFilterFile()
if (!file.exists()) return ruleCount;
if (!file.open(QIODevice::ReadOnly | QIODevice::Text)) {
LogMsg(tr("I/O Error: Could not open ip filter file in read mode."), Log::CRITICAL);
LogMsg(tr("I/O Error: Could not open IP filter file in read mode."), Log::CRITICAL);
return ruleCount;
}
@@ -258,7 +258,7 @@ int FilterParserThread::parseP2PFilterFile()
if (!file.exists()) return ruleCount;
if (!file.open(QIODevice::ReadOnly | QIODevice::Text)) {
LogMsg(tr("I/O Error: Could not open ip filter file in read mode."), Log::CRITICAL);
LogMsg(tr("I/O Error: Could not open IP filter file in read mode."), Log::CRITICAL);
return ruleCount;
}
@@ -405,7 +405,7 @@ int FilterParserThread::parseP2BFilterFile()
if (!file.exists()) return ruleCount;
if (!file.open(QIODevice::ReadOnly)) {
LogMsg(tr("I/O Error: Could not open ip filter file in read mode."), Log::CRITICAL);
LogMsg(tr("I/O Error: Could not open IP filter file in read mode."), Log::CRITICAL);
return ruleCount;
}