From d1278d33ff6a47fb4102f1bfad35c5758359e975 Mon Sep 17 00:00:00 2001
From: cosmic-linden <111533034+cosmic-linden@users.noreply.github.com>
Date: Mon, 25 Mar 2024 15:47:01 -0700
Subject: [PATCH] viewer#1051: Fix UI typos in PBR terrain error messages
 (#1052)

---
 indra/newview/skins/default/xui/en/notifications.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index 9f99a76bd00..8769ac9b954 100644
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -4056,7 +4056,7 @@ Replace texture [TEXTURE_NUM] with an RGB [MAX_SIZE]x[MAX_SIZE] or smaller image
 Couldn&apos;t set region materials:
 Terrain material [MATERIAL_NUM] is not loaded.
 
-Wait for the material to load, or replace material [TEXTURE_NUM] with a valid material.
+Wait for the material to load, or replace material [MATERIAL_NUM] with a valid material.
   </notification>
 
   <notification
@@ -4067,7 +4067,7 @@ Wait for the material to load, or replace material [TEXTURE_NUM] with a valid ma
 Couldn&apos;t set region materials:
 Terrain material [MATERIAL_NUM] failed to load.
 
-Replace material [TEXTURE_NUM] with a valid material.
+Replace material [MATERIAL_NUM] with a valid material.
   </notification>
 
   <notification
-- 
GitLab