mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 15:23:14 +08: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
@ -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…
x
Reference in New Issue
Block a user