Fix UI messages, typos, etc.
This commit is contained in:
@@ -400,6 +400,8 @@ WARN_MSGID_NOT_CAPITALIZED_ALLOWED = {
|
|||||||
"verts only",
|
"verts only",
|
||||||
"view",
|
"view",
|
||||||
"virtual parents",
|
"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)
|
WARN_MSGID_NOT_CAPITALIZED_ALLOWED |= set(lng[2] for lng in LANGUAGES)
|
||||||
|
|
||||||
|
|||||||
@@ -66,6 +66,7 @@ class SpellChecker:
|
|||||||
"ons", # add-ons
|
"ons", # add-ons
|
||||||
"pong", # ping pong
|
"pong", # ping pong
|
||||||
"resumable",
|
"resumable",
|
||||||
|
"runtimes",
|
||||||
"scalable",
|
"scalable",
|
||||||
"shadeless",
|
"shadeless",
|
||||||
"shouldn", # shouldn't
|
"shouldn", # shouldn't
|
||||||
@@ -76,6 +77,12 @@ class SpellChecker:
|
|||||||
"vertices",
|
"vertices",
|
||||||
"wasn", # wasn't
|
"wasn", # wasn't
|
||||||
|
|
||||||
|
# Brands etc.
|
||||||
|
"htc",
|
||||||
|
"huawei",
|
||||||
|
"vive",
|
||||||
|
"xbox",
|
||||||
|
|
||||||
# Merged words
|
# Merged words
|
||||||
"antialiasing", "antialias",
|
"antialiasing", "antialias",
|
||||||
"arcsine", "arccosine", "arctangent",
|
"arcsine", "arccosine", "arctangent",
|
||||||
@@ -131,6 +138,7 @@ class SpellChecker:
|
|||||||
"forcefield", "forcefields",
|
"forcefield", "forcefields",
|
||||||
"fulldome", "fulldomes",
|
"fulldome", "fulldomes",
|
||||||
"fullscreen",
|
"fullscreen",
|
||||||
|
"gamepad",
|
||||||
"gridline", "gridlines",
|
"gridline", "gridlines",
|
||||||
"hardlight",
|
"hardlight",
|
||||||
"hemi",
|
"hemi",
|
||||||
|
|||||||
@@ -1004,7 +1004,7 @@ class SEQUENCER_MT_image(Menu):
|
|||||||
|
|
||||||
|
|
||||||
class SEQUENCER_MT_image_transform(Menu):
|
class SEQUENCER_MT_image_transform(Menu):
|
||||||
bl_label = "Transfrom"
|
bl_label = "Transform"
|
||||||
|
|
||||||
def draw(self, _context):
|
def draw(self, _context):
|
||||||
layout = self.layout
|
layout = self.layout
|
||||||
|
|||||||
@@ -1103,7 +1103,7 @@ static void file_draw_invalid_library_hint(const bContext *C,
|
|||||||
|
|
||||||
const char *suggestion = TIP_(
|
const char *suggestion = TIP_(
|
||||||
"Asset Libraries are local directories that can contain .blend files with assets inside.\n"
|
"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(
|
file_draw_string_multiline(
|
||||||
sx + UI_UNIT_X, sy, suggestion, width - UI_UNIT_X, line_height, text_col, NULL, &sy);
|
sx + UI_UNIT_X, sy, suggestion, width - UI_UNIT_X, line_height, text_col, NULL, &sy);
|
||||||
|
|
||||||
|
|||||||
@@ -1164,7 +1164,7 @@ static void WM_OT_xr_navigation_fly(wmOperatorType *ot)
|
|||||||
"lock_direction",
|
"lock_direction",
|
||||||
false,
|
false,
|
||||||
"Lock Direction",
|
"Lock Direction",
|
||||||
"Limit movement to viewer's intial direction");
|
"Limit movement to viewer's initial direction");
|
||||||
RNA_def_boolean(ot->srna,
|
RNA_def_boolean(ot->srna,
|
||||||
"speed_frame_based",
|
"speed_frame_based",
|
||||||
true,
|
true,
|
||||||
|
|||||||
Reference in New Issue
Block a user