diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp
index d325831c8faade11247ad53cbc795765806e39a4..03c6996de6785fb8ce9be466c870f05009417b46 100644
--- a/indra/newview/llinventorybridge.cpp
+++ b/indra/newview/llinventorybridge.cpp
@@ -785,7 +785,7 @@ void LLInvFVBridge::getClipboardEntries(bool show_asset_id,
 	if (obj)
 	{
 		
-		if (obj->getType() != LLInventoryType::IT_CATEGORY)
+		if (obj->getType() != LLAssetType::AT_CATEGORY)
 		{
 			items.push_back(std::string("Copy Separator"));
 		}
@@ -881,7 +881,7 @@ void LLInvFVBridge::getClipboardEntries(bool show_asset_id,
 		}
 	}
 
-	if (obj->getType() != LLInventoryType::IT_CATEGORY)
+	if (obj->getType() != LLAssetType::AT_CATEGORY)
 	{
 		items.push_back(std::string("Paste Separator"));
 	}
diff --git a/indra/newview/llmaterialeditor.h b/indra/newview/llmaterialeditor.h
index dd0a17976ceaf1c3df026c8913e49e12e85b0c44..6196e3d3102e890d34f0ddac41515df544dd6a4d 100644
--- a/indra/newview/llmaterialeditor.h
+++ b/indra/newview/llmaterialeditor.h
@@ -57,7 +57,7 @@ class LLMaterialEditor : public LLPreview, public LLVOInventoryListener
 
     void setFromGLTFMaterial(LLGLTFMaterial* mat);
 
-    void loadAsset();
+    void loadAsset() override;
 
     static void onLoadComplete(const LLUUID& asset_uuid, LLAssetType::EType type, void* user_data, S32 status, LLExtStat ext_status);
 
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml
index e89e03dafafb813a6d76ca2bb264e1eda2bf0c2b..4169929be88021762499adb4d09e658af07be23f 100644
--- a/indra/newview/skins/default/xui/en/strings.xml
+++ b/indra/newview/skins/default/xui/en/strings.xml
@@ -405,6 +405,7 @@ http://secondlife.com/support for help fixing this problem.
 	<string name="symbolic link">link</string>
 	<string name="symbolic folder link">folder link</string>
 	<string name="settings blob">settings</string>
+	<string name="render material">material</string>
 	<string name="mesh">mesh</string>
 
 	<!-- llvoavatar. Displayed in the avatar chat bubble -->