Skip to content

Commit 287ab7e

Browse files
committed
UI: Extend package update dialog with config-handling info
1 parent d55b7cb commit 287ab7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui.qml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4772,7 +4772,7 @@ Item {
47724772
font.pointSize: 12
47734773
horizontalAlignment: Text.AlignHCenter
47744774
wrapMode: TextEdit.WordWrap
4775-
text: "New {{PACKAGE_NAME}} package version available: %1\n\nIt's recommended you update it in the Package Store.".arg(newPackageVersionDialog.version)
4775+
text: "New {{PACKAGE_NAME}} package version available: %1\n\nIt's recommended you update it in the Package Store.\n\nYour package configuration will be migrated automatically, no extra steps needed unless mentioned in package description. Having a manual XML or Start Page \"Backup Configs\" backup is still recommended.".arg(newPackageVersionDialog.version)
47764776
}
47774777
}
47784778

0 commit comments

Comments
 (0)