GNOME Bugzilla – Bug 120740
[PATCH] Improve URL handler schema strings
Last modified: 2005-08-15 01:34:43 UTC
The GConf schema descriptions for URL handlers are unclear and inconsistent. The long descriptions are not punctuated properly and often do not add any information not present in the short description. References are made to non-existent keys, and key names are not quoted. Patch to follow. It is intended that these changes are only made in 2.5, since they represent a significant change in strings.
Created attachment 19516 [details] [review] Proposed patch.
Thanks for your efforts, I'm really sorry: Some days ago another patch was committed against HEAD that should have introduced some clean-ups. Could you please update your patch? regs, Chris
Moving this bug to gnome-vfs, revised patch to follow.
Created attachment 22622 [details] [review] Updated patch against gnome-vfs, also compensating for addition of "callto" and H323 URL schemes.
*** Bug 129492 has been marked as a duplicate of this bug. ***
Daf, when switching components, please also check "reassign bug to owner of selected component".
*** Bug 129493 has been marked as a duplicate of this bug. ***
#: schemas/system_http_proxy.schemas.in.h:10 msgid "" "If true, then connections to the proxy server require authentication. The " "username/password combo defined by \"/system/http_proxy/authentication_user" "\" and \"/system/http_proxy/authentication_password\"." It seems there is a missing "is" in this message. It should probably be "combo is defined by" rather than "combo defined by".
Ooops, seems this bug was totally forgotten. Feel free to commit the changes.
I've made the modifications, as well as some other modifications in the spirit of my proposal. I also converted a Latin-2 character in the ChangeLog to UTF-8.