fixed a typo.

This commit is contained in:
2022-03-04 11:25:28 +01:00
parent 5066373659
commit 19c1875442
7 changed files with 8 additions and 8 deletions

View File

@@ -358,7 +358,7 @@ void PTextEdit::setupMusrActions()
menu->insertSeparator();
tb->addSeparator();
a = new QAction( QPixmap::fromMimeSource( "musrcalcchisq.xpm" ), tr( "Calculate Chisq" ), ALT + Key_C, this, "cacluates for the given parameters chiSq/maxLH" );
a = new QAction( QPixmap::fromMimeSource( "musrcalcchisq.xpm" ), tr( "Calculate Chisq" ), ALT + Key_C, this, "calculates for the given parameters chiSq/maxLH" );
connect( a, SIGNAL( activated() ), this, SLOT( musrCalcChisq() ) );
a->addTo( tb );
a->addTo( menu );