Localization:

* added missed phrases
* fixed some phrases
* updated POT-file and PO/MO-files for the CZ-translation
This commit is contained in:
YuSanka 2020-11-12 21:35:05 +01:00
parent 2df97edcf5
commit d962d431c0
10 changed files with 4578 additions and 3247 deletions

View file

@ -3560,7 +3560,7 @@ bool Plater::priv::warnings_dialog()
{
if (current_warnings.empty())
return true;
std::string text = _u8L("There are active warnings concerning sliced models:\n");
std::string text = _u8L("There are active warnings concerning sliced models:") + "\n";
bool empt = true;
for (auto const& it : current_warnings) {
int next_n = it.first.message.find_first_of('\n', 0);