Skip to content
Snippets Groups Projects
Commit 51d3fe75 authored by Dan Nixon's avatar Dan Nixon
Browse files

Tidy help/message strings in EnginX UI

A couple of things found in #20587 that didn't seem worthy of opening a
ticket for someone else to do.
parent 4e0cfecf
No related merge requests found
...@@ -354,8 +354,8 @@ void EnggDiffractionPresenter::ProcessCropCalib() { ...@@ -354,8 +354,8 @@ void EnggDiffractionPresenter::ProcessCropCalib() {
if (m_view->currentCalibSpecNos().empty() && if (m_view->currentCalibSpecNos().empty() &&
specNoNum == BankMode::SPECNOS) { specNoNum == BankMode::SPECNOS) {
throw std::invalid_argument( throw std::invalid_argument(
"The Spectrum Nos cannot be empty, must be a" "The Spectrum Numbers field cannot be empty, must be a "
"valid range or a Bank Name can be selected instead"); "valid range or a Bank Name can be selected instead.");
} }
} catch (std::invalid_argument &ia) { } catch (std::invalid_argument &ia) {
m_view->userWarning("Error in the inputs required for cropped calibration", m_view->userWarning("Error in the inputs required for cropped calibration",
...@@ -1326,8 +1326,9 @@ void EnggDiffractionPresenter::inputChecksBeforeFocusCropped( ...@@ -1326,8 +1326,9 @@ void EnggDiffractionPresenter::inputChecksBeforeFocusCropped(
} }
if (specNos.empty()) { if (specNos.empty()) {
throw std::invalid_argument("The list of spectrum Nos cannot be empty when " throw std::invalid_argument(
"focusing in 'cropped' mode."); "The Spectrum Numbers field cannot be empty when "
"focusing in 'cropped' mode.");
} }
inputChecksBanks(banks); inputChecksBanks(banks);
......
...@@ -417,7 +417,7 @@ ...@@ -417,7 +417,7 @@
</font> </font>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600; font-style:italic;&quot;&gt;Shift+ Left Click&lt;/span&gt; to select peak then click &lt;span style=&quot; font-weight:600; font-style:italic;&quot;&gt;Add Peak &lt;/span&gt;to add to list of peaks.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600; font-style:italic;&quot;&gt;Left Click+Drag &lt;/span&gt;to zoom into an area within the peak display.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600; font-style:italic;&quot;&gt;Left Click&lt;/span&gt; to return to original zoom size.&lt;/p&gt;&lt;p&gt;Selected peaks can be removed from the top of the interface&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600; font-style:italic;&quot;&gt;Shift+ Left Click&lt;/span&gt; to select peak then click &lt;span style=&quot; font-weight:600; font-style:italic;&quot;&gt;Add Peak &lt;/span&gt;to add to list of peaks.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600; font-style:italic;&quot;&gt;Left Click+Drag &lt;/span&gt;to zoom into an area within the peak display.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600; font-style:italic;&quot;&gt;Right Click&lt;/span&gt; to return to original zoom size.&lt;/p&gt;&lt;p&gt;Selected peaks can be removed from the top of the interface&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">border: 0px; <string notr="true">border: 0px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment