Skip to content

Commit

Permalink
Changes after using QtLinguist
Browse files Browse the repository at this point in the history
  • Loading branch information
HThuren authored and pfeerick committed Dec 14, 2022
1 parent 2c47d54 commit 17c32af
Show file tree
Hide file tree
Showing 4 changed files with 1,395 additions and 2,685 deletions.
2 changes: 1 addition & 1 deletion companion/src/multimodelprinter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ QString MultiModelPrinter::printTelemetry()
columns.appendRowEnd();
}

ROWLABELCOMPARECELL("Multi sensors", 0, modelPrinter->printIgnoreSensorIds(!model->frsky.ignoreSensorIds), 0);
ROWLABELCOMPARECELL(tr("Multi sensors"), 0, modelPrinter->printIgnoreSensorIds(!model->frsky.ignoreSensorIds), 0);

// Various
columns.appendTableEnd();
Expand Down
Loading

0 comments on commit 17c32af

Please sign in to comment.