mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-19 14:50:53 +01:00
Fix various typos in source documentation and comments
Found via `codespell`
This commit is contained in:
committed by
Laurent Trinques
parent
1eed13c617
commit
a76e5446aa
@@ -36,7 +36,7 @@ QTextOrientationWidget::QTextOrientationWidget(QWidget *parent) :
|
||||
{
|
||||
// chaines par defaut
|
||||
text_size_hash_.insert(tr("Ex.", "Short example string"), -1);
|
||||
text_size_hash_.insert(tr("Exemple", "Longer example string"), -1);
|
||||
text_size_hash_.insert(tr("Example", "Longer example string"), -1);
|
||||
|
||||
// definit la politique de gestion de la taille de ce widget :
|
||||
// on prefere la sizeHint()
|
||||
|
||||
Reference in New Issue
Block a user