summaryrefslogtreecommitdiff
path: root/win/LeoCAD.rc
diff options
context:
space:
mode:
authorleo2006-03-27 18:03:58 +0000
committerleo2006-03-27 18:03:58 +0000
commit0a3a0a35fa76325494ae5deb343cb489600bab32 (patch)
tree4f28393a39c058955e8f3fe15f57fdaf57558709 /win/LeoCAD.rc
parent2e46db3ed492a260715cfe86dd5877d2851e5d42 (diff)
Small status bar text fixes.
git-svn-id: http://svn.leocad.org/trunk@532 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'win/LeoCAD.rc')
-rw-r--r--win/LeoCAD.rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/LeoCAD.rc b/win/LeoCAD.rc
index 0ed73bc..42de148 100644
--- a/win/LeoCAD.rc
+++ b/win/LeoCAD.rc
@@ -1276,7 +1276,7 @@ END
IDD_LIBRARY DIALOG DISCARDABLE 0, 0, 300, 200
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Piece Library Manager"
+CAPTION "Pieces Library Manager"
MENU IDR_LIBRARY
FONT 8, "MS Sans Serif"
BEGIN
@@ -1740,7 +1740,7 @@ BEGIN
ID_INDICATOR_POSITION " X: 0.00 Y: 0.00 Z:0.00 "
ID_INDICATOR_STEP " Step 100 "
ID_INDICATOR_SNAP " Snap x10 "
- IDW_PIECEPREVIEW "Preview of how a piece looks"
+ IDW_PIECEPREVIEW "Preview a piece (hold the left mouse button down to rotate and right button to zoom)"
IDW_PIECESLIST "Select the piece you want from this list"
IDW_GROUPSBAR "Select the group of pieces that you want to see"
IDW_PIECESCOMBO "Type the name or number of a piece"
@@ -2032,7 +2032,7 @@ END
STRINGTABLE DISCARDABLE
BEGIN
- ID_ACTION_SELECT "Select objects (hold control down to select multiple objects)\nSelect"
+ ID_ACTION_SELECT "Select objects (hold CTRL down or drag the mouse to select multiple objects)\nSelect"
ID_ACTION_INSERT "Add pieces to the project\nInsert"
ID_ACTION_LIGHT "Add a positional light source\nPositional Light"
ID_ACTION_SPOTLIGHT "Add a spotlight\nSpotlight"