dinput: Clarify a translatable string

Frédéric Delanoy frederic.delanoy at gmail.com
Sun Dec 4 02:33:09 CST 2011


me> Could you explain what that "Sort Assigned" means?
author> I was planning on sorting the button/action mappings putting the
 ones which already have an assigned mapping first, and then all the
 others.
---
 dlls/dinput/dinput.rc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/dinput/dinput.rc b/dlls/dinput/dinput.rc
index 69e605f..a591013 100644
--- a/dlls/dinput/dinput.rc
+++ b/dlls/dinput/dinput.rc
@@ -50,6 +50,6 @@ FONT 8, "MS Shell Dlg"
     LTEXT           "Actions", IDC_ACTIONTEXT, 10, 70, 90, 8, SS_LEFT
     LTEXT           "Mapping", IDC_MAPPINGTEXT, 120, 8, 90, 8, SS_LEFT
     LISTBOX         IDC_ACTIONLIST, 10, 80, 90, 130, WS_TABSTOP | WS_VSCROLL | LBS_NOINTEGRALHEIGHT | LBS_NOTIFY
-    AUTOCHECKBOX    "Sort Assigned", IDC_CHECKBOXSORT, 120, 215, 90, 8
+    AUTOCHECKBOX    "Sort Assigned Mappings", IDC_CHECKBOXSORT, 120, 215, 90, 8
     CONTROL         "", IDC_DEVICEOBJECTSLIST,  "SysListView32", LVS_REPORT | LVS_AUTOARRANGE | LVS_ALIGNLEFT | LVS_SHOWSELALWAYS | LVS_SINGLESEL | WS_BORDER | WS_TABSTOP, 120, 20, 140, 190
 }
-- 
1.7.8




More information about the wine-patches mailing list