From c0681e561a83d2f5783795dc742a97811be870a8 Mon Sep 17 00:00:00 2001
From: Ramzi Ramey <ramzi@lindenlab.com>
Date: Wed, 2 Sep 2009 21:11:44 +0000
Subject: [PATCH] DEV-38453 (part 1) - need to refer to the correct button in
 the help text for new Pref > Graphics layout - need to rename nodes in Pref >
 General that have the OPPOSITE meaning as viewer 1.23; we intentionally want
 to disconnect these from their prior, opposite translation

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

diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index 98c9ec868ac..3c66f99e6a1 100644
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -4495,7 +4495,7 @@ Link to this from a web page to give others easy access to this location, or try
    icon="alertmodal.tga"
    name="GraphicsPreferencesHelp"
    type="alertmodal">
-This panel controls window size and resolution and the quality of the client&apos;s graphics.  The Preferences &gt; Graphics interface allows you to choose between four graphics levels: Low, Mid, High, and Ultra. You may also customize your graphics settings by checking the Custom checkbox and manipulating the following settings:
+This panel controls window size and resolution and the quality of the client&apos;s graphics.  The Preferences &gt; Graphics interface allows you to choose between four graphics levels: Low, Mid, High, and Ultra. You may also customize your graphics settings by clicking the Advanced button and manipulating the following settings:
 
 Shaders: Enable or disable various types of pixel shaders.
 
diff --git a/indra/newview/skins/default/xui/en/panel_preferences_general.xml b/indra/newview/skins/default/xui/en/panel_preferences_general.xml
index 95d8d2ce2a0..70292a38aa0 100644
--- a/indra/newview/skins/default/xui/en/panel_preferences_general.xml
+++ b/indra/newview/skins/default/xui/en/panel_preferences_general.xml
@@ -260,7 +260,7 @@
      label="Show my name"
      layout="topleft"
      left_delta="0"
-     name="show_my_name_checkbox"
+     name="show_my_name_checkbox1"
      top_pad="5"
      width="300" />
     <check_box
@@ -280,7 +280,7 @@
      label="Show group titles"
      layout="topleft"
      left_delta="-175"
-     name="show_all_title_checkbox"
+     name="show_all_title_checkbox1"
      top_pad="5"
      width="300" />
     <text
-- 
GitLab