-
-
Notifications
You must be signed in to change notification settings - Fork 21.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update UID upgrade tool dialog message #103468
base: master
Are you sure you want to change the base?
Conversation
278ffdd
to
3325696
Compare
3325696
to
52e6e17
Compare
52e6e17
to
7c78025
Compare
The new wording reads:
|
The new message is fine, but the change will erase all translations for this dialog. |
Yeah this would invalidate translations for all these languages:
Since this is a dialog all users would see, I think breaking translations just before the stable release isn't a good idea. IIUC the main issue fixed here is that the "Note:" advising to make a backup is wrong as it's already too late at this stage. So I'll make an alternative that just removes that note and edit the translations manually to drop their last paragraph. |
Actually I don't think this is improving things that much, and won't solve #103066, just might reduce a tiny bit of the wrong expectation. It removes some important information that |
It is not the responsibility of the tool, IMHO. The tool just exists to save existing resources, not prevent the upgrade. |
btw I have a PR that completely replaces the dialog: #103044 |
Well as it stands this dialog does two things:
I think both are important first-time user information, though I agree the UX and wording aren't the best. |
Yes, I totally agree. The first is to explain the second, where the latter is the main focus of the popup. Where I disagree is about advising users to not add their .uid files to .gitignore, as it doesn't have anything to do with the second point, ie. the main idea behind the popup. |
My worry is if you start explaining too much about UIDs in the upgrade dialog, and we have a cancel button, the users are going to say "oh this is too complicated, I don't want this UID stuff" and hit cancel, not knowing that the UIDs are there regardless and the dialog is just to facilitate the transition. We could have some "What's new?" popup that just has an OK button and explains some of the changes related to UIDs. |
Note
The new wording reads:
This PR clarifies what the tool does and reduce greatly the verbosity of it. This also adds a (missing) title to the dialog.
Fixes #103066