mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Change bottom left button text to "Skip"
Or else the page shows two buttons "Next" buttons. CURA-8014
This commit is contained in:
parent
7304226aca
commit
55cb7f88a7
1 changed files with 1 additions and 0 deletions
|
@ -241,6 +241,7 @@ class WelcomePagesModel(ListModel):
|
||||||
},
|
},
|
||||||
{"id": "whats_new",
|
{"id": "whats_new",
|
||||||
"page_url": self._getBuiltinWelcomePagePath("WhatsNewContent.qml"),
|
"page_url": self._getBuiltinWelcomePagePath("WhatsNewContent.qml"),
|
||||||
|
"next_page_button_text": self._catalog.i18nc("@action:button", "Skip"),
|
||||||
},
|
},
|
||||||
{"id": "data_collections",
|
{"id": "data_collections",
|
||||||
"page_url": self._getBuiltinWelcomePagePath("DataCollectionsContent.qml"),
|
"page_url": self._getBuiltinWelcomePagePath("DataCollectionsContent.qml"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue