Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Kevin M Stange <kevin@si...> - 2006-11-18 10:37:18
|
Richard Laager wrote: > I've had this sitting in my development tree for a little while. It > normalizes some terms (and some case issues), which I feel makes for a > better user experience. >=20 > Thoughts? >=20 > Richard >=20 <snip> > g_snprintf(msg, sizeof(msg), _("Already there")); Is there any way to hit this one with some cleanup as well? I think "Already there" used to have a tendency to pop up without warning or explanation at sign with insufficient context. Problem is that I vaguely recall that a user already being on your list or already being on one of the privacy lists generate the same error. If that's true, the question would be whether we can infer in that function from which action the error is occurring. Kevin |