[Chore] Main Window: side bar features' labels VRCT 1.x系でしてた表記に一旦戻した。そもそもSpeaker2chatboxとしてたのはtypoでした。正しくはSpeaker2Logです。

This commit is contained in:
Sakamoto Shiina
2023-09-02 14:39:35 +09:00
parent a4cdc7da6a
commit 53356dd58c

View File

@@ -248,7 +248,7 @@ def createSidebar(settings, main_window):
"label_attr_name": "label_transcription_send",
"compact_mode_icon_attr_name": "transcription_send_compact_mode_icon",
"selected_mark_attr_name": "transcription_send_selected_mark",
"text": "Voice2chatbox",
"text": "Voice2Chatbox",
"icon_file_name": settings.image_filename.MIC_ICON,
},
{
@@ -259,7 +259,7 @@ def createSidebar(settings, main_window):
"label_attr_name": "label_transcription_receive",
"compact_mode_icon_attr_name": "transcription_receive_compact_mode_icon",
"selected_mark_attr_name": "transcription_receive_selected_mark",
"text": "Speaker2chatbox",
"text": "Speaker2Log",
"icon_file_name": settings.image_filename.HEADPHONES_ICON,
},
{