Updated POT-file, added Spanish and Polish, fixed bug with Ctrl+U,O,L in Italian

This commit is contained in:
YuSanka 2018-05-14 12:59:19 +02:00
parent 4cf74d6dcf
commit b51197b52c
8 changed files with 7676 additions and 643 deletions

View file

@ -2125,7 +2125,7 @@ void Tab::save_preset(std::string name /*= ""*/)
return;
}
if (existing && (existing->is_external)) {
show_error(this, _(L("Cannot overwrite an external.")));
show_error(this, _(L("Cannot overwrite an external profile.")));
return;
}
}