diff options
author | fowlerdm <fowlerdm@gmail.com> | 2024-06-15 22:39:22 -0600 |
---|---|---|
committer | fowlerdm <fowlerdm@gmail.com> | 2024-06-15 22:39:22 -0600 |
commit | 58d93108b48a878992e59992fb96605f684fed77 (patch) | |
tree | 8fb88050a20a88a28e2e19b9c8ce28acd80f5d69 /indra/newview | |
parent | 4f4ad7dfcaeefd8bdaa59da57e54f9a30e04ad9e (diff) |
commands.xml: chat adjustment
Make "Chat" toolbat button match "Conversations" floater title.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/app_settings/commands.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/commands.xml b/indra/newview/app_settings/commands.xml index 4a3dfffde1..b47ceff446 100644 --- a/indra/newview/app_settings/commands.xml +++ b/indra/newview/app_settings/commands.xml @@ -46,7 +46,7 @@ available_in_toybox="true" is_flashing_allowed="true" icon="Command_Chat_Icon" - label_ref="Command_Chat_Label" + label_ref="Command_Conversations_Label" tooltip_ref="Command_Conversations_Tooltip" execute_function="Floater.ToggleOrBringToFront" execute_parameters="im_container" |