Skip to content

Commit

Permalink
Reword option in ConfigDialog
Browse files Browse the repository at this point in the history
Refs #10639
  • Loading branch information
martyngigg committed Nov 28, 2014
1 parent 4de500e commit 13aa83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/MantidPlot/src/ConfigDialog.cpp
Expand Up @@ -1767,7 +1767,7 @@ void ConfigDialog::languageChange()
labelFrameWidth->setText(tr("Frame width" ));

boxFrame->setText(tr("Canvas Fra&me"));
boxDistribution->setText(tr("Normalize 1D to bin width"));
boxDistribution->setText(tr("Normalize histogram to bin width"));
boxDistribution->setToolTip(tr("If checked, plot all spectra graphs normalised to the bin widths"));
boxTitle->setText(tr("Show &Title"));
boxScaleFonts->setText(tr("Scale &Fonts"));
Expand Down

0 comments on commit 13aa83f

Please sign in to comment.