diff options
author | cosmic-linden <111533034+cosmic-linden@users.noreply.github.com> | 2024-03-25 15:47:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-25 15:47:01 -0700 |
commit | d1278d33ff6a47fb4102f1bfad35c5758359e975 (patch) | |
tree | a4c4b07764f3d5b4921ac34ab93d555270fac3a7 /indra/newview/skins/default/xui/en | |
parent | 0b159ef78175ab5ff1429aada0abc0c9dd232ea4 (diff) |
viewer#1051: Fix UI typos in PBR terrain error messages (#1052)
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 4 |
1 files 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 9f99a76bd0..8769ac9b95 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'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'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 |