mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Removed all non-ASCII characters from source code.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@1787 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -127,7 +127,7 @@ QString TitleBlockCell::attributeName(const QString &attribute) {
|
||||
} else if (attribute == "displaylabel") {
|
||||
return(QObject::tr("affichage du label", "title block cell property human name"));
|
||||
} else if (attribute == "value") {
|
||||
return(QObject::tr("valeur affich<EFBFBD>e", "title block cell property human name"));
|
||||
return(QObject::tr("valeur affich\351e", "title block cell property human name"));
|
||||
} else if (attribute == "alignment") {
|
||||
return(QObject::tr("alignement du texte", "title block cell property human name"));
|
||||
} else if (attribute == "fontsize") {
|
||||
|
||||
Reference in New Issue
Block a user