Skip to content

Commit 849a42b

Browse files
xingyun.xilanewei120
authored andcommitted
FIX: fix helio translation issue
jira: [helio] Change-Id: I67300e5a4c054cdbfe52d8c3dc77cd09a1a49b9c
1 parent 40d0500 commit 849a42b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/slic3r/GUI/HelioReleaseNote.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -430,9 +430,9 @@ void HelioStatementDialog::create_legal_page()
430430
const wxString TXT_P2_S1 = _L("Meanwhile, you understand that this product is provided to you \"as is\" based on ");
431431
const wxString TXT_P2_S2 = _L("'s services, and Bambu Lab makes no express or implied warranties of any kind, nor can it control the service effects. To the fullest extent permitted by applicable law, Bambu Lab or its licensors/affiliates do not provide any express or implied representations or warranties, including but not limited to warranties regarding merchantability, satisfactory quality, fitness for a particular purpose, accuracy, confidentiality, and non-infringement of third-party rights. Due to the nature of network services, Bambu Lab cannot guarantee that the service will be available at all times, and Bambu Lab reserves the right to terminate the service based on relevant circumstances. You agree not to use this product and its related updates to engage in the following activities:");
432432

433-
const wxString TXT_ITEM_1 = _L("Copy or use any part of this product outside the authorized scope of Helio Additive and Bambu Lab;");
434-
const wxString TXT_ITEM_2 = _L("Attempt to disrupt, bypass, alter, invalidate, or evade any Digital Rights Management system related to and/or an integral part of this product;");
435-
const wxString TXT_ITEM_3 = _L("Using this software and services for any improper or illegal activities.");
433+
const wxString TXT_ITEM_1 = _L("1. Copy or use any part of this product outside the authorized scope of Helio Additive and Bambu Lab;");
434+
const wxString TXT_ITEM_2 = _L("2. Attempt to disrupt, bypass, alter, invalidate, or evade any Digital Rights Management system related to and/or an integral part of this product;");
435+
const wxString TXT_ITEM_3 = _L("3. Using this software and services for any improper or illegal activities.");
436436

437437
const wxString TXT_FINAL = _L("When you confirm to enable this feature, it means that you have confirmed and agreed to the above statements.");
438438

@@ -449,9 +449,9 @@ void HelioStatementDialog::create_legal_page()
449449
TXT_P2_S1 + LINK(URL_HELIO, TXT_HELIO) +
450450
TXT_P2_S2 + TAG_BR + TAG_BR +
451451

452-
"1. " + TXT_ITEM_1 + TAG_BR +
453-
"2. " + TXT_ITEM_2 + TAG_BR +
454-
"3. " + TXT_ITEM_3 + TAG_BR + TAG_BR +
452+
TXT_ITEM_1 + TAG_BR +
453+
TXT_ITEM_2 + TAG_BR +
454+
TXT_ITEM_3 + TAG_BR + TAG_BR +
455455

456456
TXT_FINAL;
457457

0 commit comments

Comments
 (0)