winemine: Use sentence capitalization for group box labels.

Francois Gouget fgouget at free.fr
Thu Dec 29 05:04:33 CST 2011


---

As per the Windows User Experience Interaction Guidelines:
http://msdn.microsoft.com/en-us/library/aa511459.aspx

 programs/winemine/winemine.rc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/winemine/winemine.rc b/programs/winemine/winemine.rc
index 9611aa3..b1fc417 100644
--- a/programs/winemine/winemine.rc
+++ b/programs/winemine/winemine.rc
@@ -55,7 +55,7 @@ STYLE DS_MODALFRAME | DS_3DLOOK | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPU
 FONT 8, "MS Shell Dlg"
 CAPTION "Fastest Times"
 {
-    GROUPBOX        "Fastest Times", -1,  10,  10, 150,  45
+    GROUPBOX        "Fastest times", -1,  10,  10, 150,  45
     LTEXT           "Beginner",      -1,  20,  20,  50,   8
     LTEXT           "Advanced",      -1,  20,  30,  50,   8
     LTEXT           "Expert",        -1,  20,  40,  50,   8
-- 
1.7.7.3



More information about the wine-patches mailing list