mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 08:10:52 +01:00
Fix typo in comments
This commit is contained in:
@@ -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