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

@ -734,7 +734,7 @@ void UnsavedChangesDialog::show_info_line(Action action, std::string preset_name
if (action == Action::Undef)
text = _L("Some fields are too long to fit. Right mouse click reveals the full text.");
else if (action == Action::Discard)
text = _L("All modified options will be reverted.");
text = _L("All settings changes will be discarded.");
else {
if (preset_name.empty())
text = action == Action::Save ? _L("Save the selected options.") : _L("Transfer the selected settings to the newly selected preset.");