Fix typo in comments

This commit is contained in:
Laurent Trinques
2020-09-30 12:58:14 +02:00
parent 191eabd0a2
commit 1e0ca043e7
3 changed files with 8 additions and 8 deletions

View File

@@ -265,7 +265,7 @@ void TerminalEditor::updateName() {
"name", "name",
term->property("name"), term->property("name"),
var); var);
undo->setText(tr("Modify name of the terminal")); undo->setText(tr("Modifier le nom du terminal"));
undoStack().push(undo); undoStack().push(undo);
} }
} }

View File

@@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>956</width> <width>956</width>
<height>506</height> <height>543</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
@@ -57,8 +57,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>932</width> <width>936</width>
<height>60</height> <height>66</height>
</rect> </rect>
</property> </property>
</widget> </widget>
@@ -74,7 +74,7 @@
<item> <item>
<widget class="QPushButton" name="m_uncheck_all"> <widget class="QPushButton" name="m_uncheck_all">
<property name="text"> <property name="text">
<string>Tout décoher</string> <string>Tout décocher</string>
</property> </property>
</widget> </widget>
</item> </item>
@@ -312,7 +312,7 @@
<normaloff>:/ico/22x22/single_page.png</normaloff>:/ico/22x22/single_page.png</iconset> <normaloff>:/ico/22x22/single_page.png</normaloff>:/ico/22x22/single_page.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Affichier une seul page</string> <string>Afficher une seul page</string>
</property> </property>
</action> </action>
<action name="m_display_two_page_action"> <action name="m_display_two_page_action">

View File

@@ -337,10 +337,10 @@ void PotentialSelectorDialog::buildWidget()
QRadioButton *rb2 = new QRadioButton(text2, this); QRadioButton *rb2 = new QRadioButton(text2, this);
QRadioButton *rbk = new QRadioButton( QRadioButton *rbk = new QRadioButton(
tr("Add to Kabel: %1") tr("Ajouter au câble :% 1")
.arg("wouldn't this be nice?"), this); .arg("wouldn't this be nice?"), this);
QRadioButton *rbb = new QRadioButton( QRadioButton *rbb = new QRadioButton(
tr("Add to Bus: %1") tr("Ajouter au bus: %1")
.arg("wouldn't this be nice?"), this); .arg("wouldn't this be nice?"), this);
#if TODO_LIST #if TODO_LIST