[Update] Main Window: Textbox log内のシステムメッセージの英語、日本語対応追加。

help and infoボタンをクリックし、VRCTドキュメントページが開いたときの文言をさらに追加。
This commit is contained in:
Sakamoto Shiina
2023-10-14 17:16:18 +09:00
parent 6d6e678f72
commit c0fb949a38
3 changed files with 8 additions and 2 deletions

View File

@@ -523,11 +523,11 @@ class View():
def openWebPage_Booth(self):
self.openWebPage(config.BOOTH_URL)
self._printToTextbox_Info("Opened Booth page in your web browser.")
self._printToTextbox_Info(i18n.t("main_window.textbox_system_message.opened_web_page_booth"))
def openWebPage_VrctDocuments(self):
self.openWebPage(config.DOCUMENTS_URL)
self._printToTextbox_Info("Opened the VRCT Documents page in your web browser.")
self._printToTextbox_Info(i18n.t("main_window.textbox_system_message.opened_web_page_vrct_documents"))
@staticmethod
def showUpdateAvailableButton():