From 0a3a0a35fa76325494ae5deb343cb489600bab32 Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 27 Mar 2006 18:03:58 +0000 Subject: Small status bar text fixes. git-svn-id: http://svn.leocad.org/trunk@532 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- win/LeoCAD.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'win/LeoCAD.rc') 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" -- cgit v1.2.3