Files
test2/source/blender/editors
Damien Picard 79c1dc65a7 I18n: write messages of the vertex group lock operator explicitly
The operator's description used a format string like:

```
BLI_sprintfN(TIP_("%s %s vertex groups of the active object"),
             action_str, target_str)
```

which is almost guaranteed to be impossible to properly localize to
some languages -- I know there are a couple of issues for French
already.

So instead of hoping formatting works, write all possible strings
explicitly, even if it looks stupidly verbose.
2023-02-20 12:22:52 +01:00
..
2023-02-17 16:43:26 +01:00
2023-02-13 19:49:24 +01:00
2023-02-11 14:04:35 +11:00
2022-02-15 12:32:15 +01:00