mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-22 09:40:52 +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:
@@ -336,7 +336,7 @@ void TitleBlockPropertiesWidget::initWidgets(const TitleBlockProperties &titlebl
|
||||
// widgets for users to enter their own name/value pairs
|
||||
additional_fields_label = new QLabel(
|
||||
tr(
|
||||
"Vous pouvez définir ici vos propres associations noms/valeurs pour"
|
||||
"Vous pouvez d\351finir ici vos propres associations noms/valeurs pour"
|
||||
" que le cartouche en tienne compte. Exemple : associer le nom "
|
||||
"\"volta\" et la valeur \"1745\" remplacera %{volta} par 1745 dans le "
|
||||
"cartouche."
|
||||
@@ -365,7 +365,7 @@ void TitleBlockPropertiesWidget::initWidgets(const TitleBlockProperties &titlebl
|
||||
|
||||
tabbar = new QTabBar(this);
|
||||
tabbar -> addTab(tr("Principales"));
|
||||
tabbar -> addTab(tr("Personnalisées"));
|
||||
tabbar -> addTab(tr("Personnalis\351es"));
|
||||
tabbar -> setShape(QTabBar::RoundedSouth);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user