UI text - Fix capitalization

This commit is contained in:
Leena Miettinen
2010-09-17 17:16:49 +02:00
parent d84282b37c
commit 8337094aa2
8 changed files with 51 additions and 54 deletions

View File

@@ -1042,7 +1042,7 @@ void Qt4PriFileNode::changeFiles(const FileType fileType,
while (!lines.isEmpty() && lines.last().isEmpty())
lines.removeLast();
} else {
m_project->proFileParseError(tr("Error while reading PRO file %1: %2")
m_project->proFileParseError(tr("Error while reading .pro file %1: %2")
.arg(m_projectFilePath, qfile.errorString()));
return;
}