[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Patch to make the "Enter Lock message" message read more naturally

From: Ian Anderson <i.tsvn_at_operation-sensory-overload.com>
Date: 2006-11-03 00:57:40 CET

Attached is a patch to make the English "Enter Lock message" dialog read
more naturally.

Index: src/Resources/TortoiseProcENG.rc
===================================================================
--- src/Resources/TortoiseProcENG.rc (revision 7686)
+++ src/Resources/TortoiseProcENG.rc (working copy)
@@ -750,7 +750,7 @@
 CAPTION "Lock Files"
 FONT 8, "MS Shell Dlg", 400, 0, 0x1
 BEGIN
- LTEXT "&Enter a message describing why you lock the file(s).",IDC_LOCKTITLELABEL,7,7,289,8
+ LTEXT "&Enter a message describing why you are locking the file(s).",IDC_LOCKTITLELABEL,7,7,289,8
     CONTROL "Scintilla",IDC_LOCKMESSAGE,"Scintilla",WS_TABSTOP,7,17,289,39,WS_EX_STATICEDGE
     CONTROL "",IDC_FILELIST,"SysListView32",LVS_REPORT | LVS_SHOWSELALWAYS | LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,7,60,289,85
     CONTROL "&Steal the locks",IDC_STEALLOCKS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,150,117,10

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Nov 3 00:59:55 2006

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.