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

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