Fix UI messages, typos, etc.

This commit is contained in:
Bastien Montagne 2021-11-01 17:28:07 +01:00
parent 69e5042258
commit 2f667c2bc9
5 changed files with 13 additions and 3 deletions

View File

@ -400,6 +400,8 @@ WARN_MSGID_NOT_CAPITALIZED_ALLOWED = {
"verts only",
"view",
"virtual parents",
"and NVIDIA driver version 470 or newer",
"and AMD driver version ??? or newer",
}
WARN_MSGID_NOT_CAPITALIZED_ALLOWED |= set(lng[2] for lng in LANGUAGES)

View File

@ -66,6 +66,7 @@ class SpellChecker:
"ons", # add-ons
"pong", # ping pong
"resumable",
"runtimes",
"scalable",
"shadeless",
"shouldn", # shouldn't
@ -76,6 +77,12 @@ class SpellChecker:
"vertices",
"wasn", # wasn't
# Brands etc.
"htc",
"huawei",
"vive",
"xbox",
# Merged words
"antialiasing", "antialias",
"arcsine", "arccosine", "arctangent",
@ -131,6 +138,7 @@ class SpellChecker:
"forcefield", "forcefields",
"fulldome", "fulldomes",
"fullscreen",
"gamepad",
"gridline", "gridlines",
"hardlight",
"hemi",

View File

@ -1004,7 +1004,7 @@ class SEQUENCER_MT_image(Menu):
class SEQUENCER_MT_image_transform(Menu):
bl_label = "Transfrom"
bl_label = "Transform"
def draw(self, _context):
layout = self.layout

View File

@ -1103,7 +1103,7 @@ static void file_draw_invalid_library_hint(const bContext *C,
const char *suggestion = TIP_(
"Asset Libraries are local directories that can contain .blend files with assets inside.\n"
"Manage Asset Libraries from the File Paths section in Preferences.");
"Manage Asset Libraries from the File Paths section in Preferences");
file_draw_string_multiline(
sx + UI_UNIT_X, sy, suggestion, width - UI_UNIT_X, line_height, text_col, NULL, &sy);

View File

@ -1164,7 +1164,7 @@ static void WM_OT_xr_navigation_fly(wmOperatorType *ot)
"lock_direction",
false,
"Lock Direction",
"Limit movement to viewer's intial direction");
"Limit movement to viewer's initial direction");
RNA_def_boolean(ot->srna,
"speed_frame_based",
true,