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",
term->property("name"),
var);
undo->setText(tr("Modify name of the terminal"));
undo->setText(tr("Modifier le nom du terminal"));
undoStack().push(undo);
}
}

View File

@@ -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">

View File

@@ -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