mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-22 09:40:52 +01:00
Fix typo
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5064 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -311,9 +311,9 @@ QString QETApp::elementTranslatedInfoKey(const QString &info)
|
||||
else if (info == "comment") return tr("Commentaire");
|
||||
else if (info == "description") return tr("Description textuelle");
|
||||
else if (info == "designation") return tr("Numéro d'article");
|
||||
else if (info == "manufacturer") return tr("Nom du Fabricant");
|
||||
else if (info == "manufacturer") return tr("Fabricant");
|
||||
else if (info == "manufacturer-reference") return tr("Numéro de commande");
|
||||
else if (info == "provider") return tr("Nom du Fournisseur");
|
||||
else if (info == "provider") return tr("Fournisseur");
|
||||
else if (info == "auxiliary1") return tr("Bloc auxiliaire 1");
|
||||
else if (info == "auxiliary2") return tr("Bloc auxiliaire 2");
|
||||
else if (info == "machine-manufacturer-reference") return tr("Numéro interne");
|
||||
|
||||
Reference in New Issue
Block a user