Added comments to the gettext dictionaries generated by the xgettext tool.

The prefix to be searched for in the source code comments is TRN
This commit is contained in:
bubnikv 2019-04-18 10:13:56 +02:00
parent eae6576162
commit 63a0d1aeee
4 changed files with 783 additions and 762 deletions

View file

@ -697,6 +697,7 @@ void SLAPrint::process()
po.closest_slice_record(po.m_slice_index, float(bb3d.min(Z)));
if(slindex_it == po.m_slice_index.end())
//TRN To be shown at the status bar on SLA slicing error.
throw std::runtime_error(L("Slicing had to be stopped "
"due to an internal error."));