GNOME Bugzilla – Bug 569540
Remove unused message-display-style GSettings key
Last modified: 2013-09-13 01:07:04 UTC
./fr.po:msgid "Message-display style (\"normal\", \"full headers\", \"source\")" ./fr.po-msgstr "" ./fr.po-"Style d'affichage des messages (« normal », « en-têtes complets », « source »)" These values are gconf values. Being a user, you MUST set the ENGLISH value if you want to change the value of the key manually, e.g. by using gconf-editor. It is IMPOSSIBLE for users of this language to GUESS the english values if you translate the values ONLY to your language. Proposal: Put your translation in brakets after the english value. Example: " "english_value" (translation_of_english_value) " Please also check the other strings in the affected po file - I only grep'ed for one example string. You could search for "schemas.in" for example. It might be worth to bring up and explain this problem (gconf key values should remain in english) to the other translators of your team to avoid this happening in the future. As this is a general problem I have asked for discussion at http://mail.gnome.org/archives/gnome-i18n/2009-January/msg00477.html
The gconf value is an integer in this case, so I don't know how it's possible to enter a string! Maybe normal is 0 and so on? <schema> <key>/schemas/apps/evolution/mail/format/message_display_style</key> <applyto>/apps/evolution/mail/format/message_display_style</applyto> <owner>evolution-mail</owner> <type>int</type> <default>0</default> <locale name="C"> <short>Message-display style ("normal", "full headers", "source")</short> <long> </long> </locale> </schema>
So this is firstly an evolution bug.
Uargh. Thanks a lot for taking a closer look, totally correct.
Still in 3.3's data/org.gnome.evolution.mail.gschema.xml.in : <key name="message-display-style" type="i"> <default>0</default> <_summary>Message-display style ("normal", "full headers", "source")</_summary> <_description></_description>
Interesting, 3.5.3 doesn't use that key at all, thus I dropped it: Created commit 5d85d3e in evo master (3.5.3+)