|
From: <mbe...@us...> - 2012-01-13 14:12:30
|
Revision: 1283
http://scstudio.svn.sourceforge.net/scstudio/?rev=1283&view=rev
Author: mbezdeka
Date: 2012-01-13 14:12:24 +0000 (Fri, 13 Jan 2012)
Log Message:
-----------
fixed english in element numbering dialog
Modified Paths:
--------------
trunk/doc/help/frontend/pictures/message_numbering_autoenum_options.png
trunk/src/view/visio/addon/dllmodule.rc
Modified: trunk/doc/help/frontend/pictures/message_numbering_autoenum_options.png
===================================================================
(Binary files differ)
Modified: trunk/src/view/visio/addon/dllmodule.rc
===================================================================
--- trunk/src/view/visio/addon/dllmodule.rc 2012-01-13 12:10:41 UTC (rev 1282)
+++ trunk/src/view/visio/addon/dllmodule.rc 2012-01-13 14:12:24 UTC (rev 1283)
@@ -206,9 +206,9 @@
EXSTYLE WS_EX_TRANSPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
- CONTROL "as nearest element",IDC_NEAREST_MSG,"Button",BS_AUTORADIOBUTTON | WS_GROUP,17,27,77,10
- CONTROL "as nearest numbered element",IDC_NEAREST_NUMBERED_MSG,
- "Button",BS_AUTORADIOBUTTON,17,41,111,10
+ CONTROL "as the nearest element",IDC_NEAREST_MSG,"Button",BS_AUTORADIOBUTTON | WS_GROUP,17,27,90,10
+ CONTROL "as the nearest numbered element",IDC_NEAREST_NUMBERED_MSG,
+ "Button",BS_AUTORADIOBUTTON,17,41,124,10
CONTROL "don't number",IDC_DONT_NUMBER,"Button",BS_AUTORADIOBUTTON | WS_GROUP,17,81,58,10
CONTROL "use numbering style:",IDC_USE_NUMBERING_STYLE,"Button",BS_AUTORADIOBUTTON,17,97,83,10
GROUPBOX "",IDC_STATIC,7,17,286,42,WS_GROUP
@@ -217,7 +217,8 @@
EDITTEXT IDC_ADDITION_GLOBAL,185,95,38,14,ES_AUTOHSCROLL | ES_NOHIDESEL
EDITTEXT IDC_STARTING_INDEX_GLOBAL,254,95,25,14,ES_AUTOHSCROLL | ES_NUMBER
LTEXT "Index:",IDC_STATIC,227,97,21,8,SS_CENTERIMAGE
- CONTROL "automatic numbering new elements",IDC_ENUM_CHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,7,129,10
+ CONTROL "automatic numbering of new elements",IDC_ENUM_CHECK,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,7,137,10
GROUPBOX "If no nearest (numbered) element found:",IDC_STATIC,7,67,286,54,WS_GROUP
END
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|