mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
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:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user