From b626a44a30886c52cb683e5a59a4882402366968 Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Sat, 16 Dec 2023 20:41:05 -0500
Subject: [PATCH] Fix a few more translation issues

---
 indra/newview/skins/default/xui/ja/panel_teleport_history.xml | 3 ---
 scripts/code_tools/modified_strings.py                        | 1 +
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/indra/newview/skins/default/xui/ja/panel_teleport_history.xml b/indra/newview/skins/default/xui/ja/panel_teleport_history.xml
index 298848157fe..8e813e612f1 100644
--- a/indra/newview/skins/default/xui/ja/panel_teleport_history.xml
+++ b/indra/newview/skins/default/xui/ja/panel_teleport_history.xml
@@ -13,7 +13,4 @@
 		<accordion_tab name="1_month_and_older" title="1ヶ月以上前"/>
 		<accordion_tab name="6_months_and_older" title="半年以上前"/>
 	</accordion>
-	<panel label="bottom_panel" name="bottom_panel">
-		<button name="gear_btn" tool_tip="オプションを表示します。"/>
-	</panel>
 </panel>
diff --git a/scripts/code_tools/modified_strings.py b/scripts/code_tools/modified_strings.py
index a9072fccb43..e8934f60275 100644
--- a/scripts/code_tools/modified_strings.py
+++ b/scripts/code_tools/modified_strings.py
@@ -66,6 +66,7 @@
     "label",
     "label_selected",
     "tool_tip",
+    "default_text",
     "ignoretext",
     "yestext",
     "notext",
-- 
GitLab