Comment 1 for bug 855328

Revision history for this message
Daniel Manrique (roadmr) wrote : Re: The welcome screen should warn the user from possible data loss

I linked a branch that adds this warning string, I did it in a way that doesn't change the existing "welcome" message, but concatenates a new string on it. This way, we're not actually "changing" an existing string, but "adding" a new one, which could make it easier for translators to manage the change.

Let me know if the phrasing of the warning could be improved (I'm sure it could), and how to handle merging this if a UI freeze exception is approved.

I won't propose merging into trunk until it's clear how to handle all this.