Conversation
The dialog message let's think that the "Remove unavailable layers" still keep the layers in the project while it really drops them. The current description is instead the behavior of the "Keep unavailable layers" button. Fixes qgis#55107
| this, | ||
| tr( "Unhandled layer will be lost." ), | ||
| tr( "There are still %n unhandled layer(s). If they are not fixed, they will be disabled/deactivated until the project is opened again.", "unhandled layers", mLayerList->rowCount() ), | ||
| tr( "There are still %n unhandled layer(s). If they are not fixed, they will be removed from the project and lost when the project is saved.", "unhandled layers", mLayerList->rowCount() ), |
There was a problem hiding this comment.
I would suggest to remove the and lost when the project is saved part (it should be an obvious behaviour and anyway it is a behaviour not related to that button).
There was a problem hiding this comment.
Maybe also adding a permanently... There are still %n unhandled layer(s). If they are not fixed, they will be permanently removed from the project.
There was a problem hiding this comment.
Funny, this was my initial change. And I started to think: "and if...? And if...?" Will adjust then. Thanks @agiudiceandrea.
🪟 Windows Qt6 buildsDownload Windows Qt6 builds of this PR for testing. 🍎 MacOS Qt6 buildsDownload MacOS Qt6 builds of this PR for testing. |
The dialog message let's think that the "Remove unavailable layers" still keep the layers in the project while it really drops them. The current description is instead the behavior of the "Keep unavailable layers" button.
Should fix #55107 if I understood the full expectations.
Description
[Replace this with some text explaining the rationale and details about this pull request]
AI tool usage