GNOME Bugzilla – Bug 348486
Wrong description for /apps/evolution/calendar/display/events_transparency GConf key
Last modified: 2013-09-13 00:51:12 UTC
Please describe the problem: The long description for the events_transparency is wrong Steps to reproduce: 1. Open a terminal 2. gconftool-2 --long-docs /apps/evolution/calendar/display/events_transparency Actual results: Output: Transparency of the events in calendar views (A value between 0 and 10, opaque by default). Expected results: Output should be: "Transparency of the events in calendar views (A value between 0 and 1, opaque by default)." 1 is the max value, not 10 Does this happen every time? YEs Other information: I suggest this change "... views, a value between 0 (transparent) and 1 (opaque)" or maybe "... views, a value between 0.0 (transparent) and 1.0 (opaque)" to explain it's a float value.
rajeev: ping?
Created attachment 69512 [details] [review] Attached patch which solves the bug.
I really prefer the suggested change. "Opaque by default" -- which value is opaque? Also please note the change in case for "a"...
Created attachment 69551 [details] [review] Necessary changes are done, and attached the patch
Please be correct. There needs to be a space before the brackets. Also the ChangeLog entry is wrong, you did not "remove" the wrong description.
Created attachment 69632 [details] [review] Apologies!! Corrected and attached patch.
Created attachment 69639 [details] [review] Apologies!! Corrected and attached patch.
rajeev, i'd still like to see a change here as the transparency of the events does not view a value itself. ;-) means: "Transparency of the events in calendar views - a value between 0 (transparent) and 1 (opaque)." or something similar to that. thanks. :-)
Created attachment 69643 [details] [review] andre, attached the corrected patch.
committed to CVS HEAD: http://cvs.gnome.org/viewcvs/evolution/calendar/gui/apps_evolution_calendar.schemas.in.in?r1=1.24&r2=1.25 fix will be included in evolution 2.7.91. going to announce the string change to gnome-i18n list. closing as fixed.