mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-19 23:20:52 +01:00
Fix typo in comments
This commit is contained in:
@@ -265,7 +265,7 @@ void TerminalEditor::updateName() {
|
||||
"name",
|
||||
term->property("name"),
|
||||
var);
|
||||
undo->setText(tr("Modify name of the terminal"));
|
||||
undo->setText(tr("Modifier le nom du terminal"));
|
||||
undoStack().push(undo);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>956</width>
|
||||
<height>506</height>
|
||||
<height>543</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
@@ -57,8 +57,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>932</width>
|
||||
<height>60</height>
|
||||
<width>936</width>
|
||||
<height>66</height>
|
||||
</rect>
|
||||
</property>
|
||||
</widget>
|
||||
@@ -74,7 +74,7 @@
|
||||
<item>
|
||||
<widget class="QPushButton" name="m_uncheck_all">
|
||||
<property name="text">
|
||||
<string>Tout décoher</string>
|
||||
<string>Tout décocher</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -312,7 +312,7 @@
|
||||
<normaloff>:/ico/22x22/single_page.png</normaloff>:/ico/22x22/single_page.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Affichier une seul page</string>
|
||||
<string>Afficher une seul page</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="m_display_two_page_action">
|
||||
|
||||
@@ -337,10 +337,10 @@ void PotentialSelectorDialog::buildWidget()
|
||||
QRadioButton *rb2 = new QRadioButton(text2, this);
|
||||
|
||||
QRadioButton *rbk = new QRadioButton(
|
||||
tr("Add to Kabel: %1")
|
||||
tr("Ajouter au câble :% 1")
|
||||
.arg("wouldn't this be nice?"), this);
|
||||
QRadioButton *rbb = new QRadioButton(
|
||||
tr("Add to Bus: %1")
|
||||
tr("Ajouter au bus: %1")
|
||||
.arg("wouldn't this be nice?"), this);
|
||||
|
||||
#if TODO_LIST
|
||||
|
||||
Reference in New Issue
Block a user