Fixed a typo and updated translation files.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1386 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2011-12-06 19:44:09 +00:00
parent 1962114dc8
commit 2488e9a7e7
11 changed files with 1485 additions and 1229 deletions

View File

@@ -657,7 +657,7 @@ QString QETProject::integrateElement(const QString &elmt_path, MoveElementsHandl
ElementsCollectionItem *integ_item = QETApp::collectionItem(ElementsLocation::locationFromString(elmt_path));
ElementDefinition *integ_elmt = integ_item ? integ_item -> toElement() : 0;
if (!integ_item || !integ_elmt) {
error_message = tr("Impossible d'acc\351der \340 l'\351l\351ment a int\351grer");
error_message = tr("Impossible d'acc\351der \340 l'\351l\351ment \340 int\351grer");
return(QString());
}