summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ja/panel_notification.xml
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2023-06-04 05:03:27 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2023-06-04 05:06:45 +0300
commitd30d865f87cbebb6bec3ce8157957fb1e817ba68 (patch)
treeee24014ae2c1ab3e1739468968f34afee9f3c777 /indra/newview/skins/default/xui/ja/panel_notification.xml
parent44503282f6535d988138737f5280cae1350b5869 (diff)
SL-19669 Restored XML formatting for the Japanese translations
Diffstat (limited to 'indra/newview/skins/default/xui/ja/panel_notification.xml')
-rw-r--r--indra/newview/skins/default/xui/ja/panel_notification.xml20
1 files changed, 8 insertions, 12 deletions
diff --git a/indra/newview/skins/default/xui/ja/panel_notification.xml b/indra/newview/skins/default/xui/ja/panel_notification.xml
index ec3bc6a2b4..351edf6d50 100644
--- a/indra/newview/skins/default/xui/ja/panel_notification.xml
+++ b/indra/newview/skins/default/xui/ja/panel_notification.xml
@@ -1,15 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="通知パネル" name="notification_panel">
- <!-- THIS PANEL CONTROLS TOAST HEIGHT? -->
- <panel label="情報パネル" name="info_panel">
- <text name="text_box" />
- <text name="caution_text_box" />
- <text_editor name="text_editor_box" />
+ <panel label="情報パネル" name="info_panel">
+ <text name="text_box"/>
+ <text name="caution_text_box"/>
+ <text_editor name="text_editor_box"/>
+ </panel>
+ <panel label="コントロールパネル" name="control_panel">
+
</panel>
- <panel label="コントロールパネル" name="control_panel">
- <!--
- Notes:
- This panel holds buttons of notification. Change of its size can affect the layout of buttons.
- -->
- </panel>
-</panel> \ No newline at end of file
+</panel>