Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2021-03-03 21:58:33 +0300
committerHans Goudey <h.goudey@me.com>2021-03-03 21:58:33 +0300
commitf53221bff7ffdcfb3acf03389450ed5ffb8f7964 (patch)
treeed2d00089bf910efd5931c9f1b3edbdcf396e4ca /source/blender/editors/animation
parent93cdf461f3a66fb43716ddb99cf186fd0ff9ed91 (diff)
UI: Allow translation for node error messages
This commit exposes the strings used in the node error messages for localization. It also changes the message tooltip creation to automatically add the period at the end, to be more consistent with the (arguably bad) design of other tooltips in Blender. Calling `TIP_` directly in the node implementation files allows us to continue using `std::string` concatenation instead of passing variadic arguments. It's also more explicit about which part of the message is translated and which isn't. The files already include the translation header anyway.
Diffstat (limited to 'source/blender/editors/animation')
0 files changed, 0 insertions, 0 deletions