I18N/UI Messages fixes.

This commit is contained in:
Bastien Montagne 2024-02-12 12:01:02 +01:00
parent 835651cfdd
commit 9b5f01d00e
2 changed files with 4 additions and 1 deletions

@ -552,6 +552,9 @@ WARN_MSGID_END_POINT_ALLOWED = {
"Invalid surface UVs on %d curves.",
"The pose library moved.",
"in the asset shelf.",
"Remove, local files not found.",
"Remove all files in \"{}\".",
"Remove, keeping local files.",
}
PARSER_CACHE_HASH = 'sha1'

@ -4754,7 +4754,7 @@ static uiBut *ui_def_but_rna_propname(uiBlock *block,
but = ui_def_but(
block, type, retval, propname, x, y, width, height, nullptr, min, max, -1.0f, -1.0f, tip);
UI_but_disable(but, "Unknown Property.");
UI_but_disable(but, N_("Unknown Property"));
}
return but;