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:
authorBastien Montagne <montagne29@wanadoo.fr>2018-12-24 17:02:20 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-12-24 17:03:49 +0300
commit6d89337257b6f3ec0b300e13c1322f5171d966af (patch)
tree15a03547549dec4f4cebac1328bb92ed25b635d5 /release/scripts/modules/bl_i18n_utils/settings.py
parent64671e53d20c2a30c64b98c747b0e002218c3952 (diff)
Fix/cleanup typos and such in UI messages (and some comments).
Diffstat (limited to 'release/scripts/modules/bl_i18n_utils/settings.py')
-rw-r--r--release/scripts/modules/bl_i18n_utils/settings.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/release/scripts/modules/bl_i18n_utils/settings.py b/release/scripts/modules/bl_i18n_utils/settings.py
index 9dc0a1ae89e..12bef06f022 100644
--- a/release/scripts/modules/bl_i18n_utils/settings.py
+++ b/release/scripts/modules/bl_i18n_utils/settings.py
@@ -296,6 +296,11 @@ WARN_MSGID_NOT_CAPITALIZED_ALLOWED = {
"fps: %i",
"gimbal",
"global",
+ "glTF 2.0 (.glb/.gltf)",
+ "glTF Binary (.glb)",
+ "glTF Embedded (.gltf)",
+ "glTF Separate (.gltf + .bin + textures)",
+ "invoke() needs to be called before execute()",
"iScale",
"iso-8859-15",
"iTaSC",
@@ -325,6 +330,7 @@ WARN_MSGID_NOT_CAPITALIZED_ALLOWED = {
"vBVH",
"view",
"wav",
+ "wmOwnerID '%s' not in workspace '%s'",
"y",
# Sub-strings.
"available with",
@@ -332,6 +338,7 @@ WARN_MSGID_NOT_CAPITALIZED_ALLOWED = {
"can't save image while rendering",
"constructive modifier",
"cursor",
+ "custom",
"custom matrix",
"custom orientation",
"edge data",
@@ -368,7 +375,6 @@ WARN_MSGID_NOT_CAPITALIZED_ALLOWED = {
"verts only",
"view",
"virtual parents",
- "wmOwnerID '%s' not in workspace '%s'",
}
WARN_MSGID_NOT_CAPITALIZED_ALLOWED |= set(lng[2] for lng in LANGUAGES)
@@ -380,6 +386,7 @@ WARN_MSGID_END_POINT_ALLOWED = {
"Pad.",
" RNA Path: bpy.types.",
"Temp. Diff.",
+ "Temperature Diff.",
}
PARSER_CACHE_HASH = 'sha1'