On Tue, 10 Jan 2012, André Hentschel wrote:

> So that the string needs only one translation in po files

-  GROUPBOX "Certification path", -1,6,10,245,165, BS_GROUPBOX
+  GROUPBOX "Certification Path", -1,6,10,245,165, BS_GROUPBOX

Unfortunately this goes against the Windows User Experience Interaction 
Guidelines.

Group box labels are supposed to use sentence-style capitalization: 
http://msdn.microsoft.com/en-us/library/aa511459.aspx

But dialog box titles are supposed to use title-style capitalization, 
hence the case difference:
http://msdn.microsoft.com/en-us/library/aa511268.aspx#titles


Glossary:
 * Sentence-style capitalization
   http://msdn.microsoft.com/en-us/library/aa511441.aspx#SentenceCaps

 * Title-style capitalization
   http://msdn.microsoft.com/en-us/library/aa511441.aspx#TitleCaps

-- 
Francois Gouget <fgou...@free.fr>              http://fgouget.free.fr/
              E-Voting: Those who cast the votes decide nothing.
                 Those who count the votes decide everything.


Reply via email to