Rename project to MapMap

This commit is contained in:
Alexandre Quessy
2014-03-04 11:28:40 -05:00
parent fa920cd788
commit 0cf4a5086c
14 changed files with 40 additions and 42 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ bool ProjectReader::readFile(QIODevice *device)
QDomElement root = doc.documentElement();
if (root.tagName() != "project" || root.attribute("version") != "1.0") {
_xml.raiseError(QObject::tr("The file is not a libremapping version 1.0 file."));
_xml.raiseError(QObject::tr("The file is not a mapmap version 1.0 file."));
return false;
}