From 0d229ee2a9cd5346781b082470f2f031765754ae Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 30 Oct 2001 08:42:46 +0000 Subject: [PATCH] typo --- Plugin/Transform.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Plugin/Transform.cpp b/Plugin/Transform.cpp index ac7c2bd6fe..7dcb72d884 100644 --- a/Plugin/Transform.cpp +++ b/Plugin/Transform.cpp @@ -1,4 +1,4 @@ -// $Id: Transform.cpp,v 1.8 2001-10-29 08:52:21 geuzaine Exp $ +// $Id: Transform.cpp,v 1.9 2001-10-30 08:42:46 geuzaine Exp $ #include "Plugin.h" #include "Transform.h" @@ -44,7 +44,8 @@ void GMSH_TransformPlugin::getInfos(char *author, char *copyright, char *help_te strcpy(author, "C. Geuzaine (geuz@geuz.org)"); strcpy(copyright, "DGR (www.multiphysics.com)"); strcpy(help_text, - "Transforms a view by the matrix [ [A11 A12 A13] [A21 A22 A23] [A31 A32 A33] ].\n" + "Transforms a view by the matrix\n" + "[ [A11 A12 A13] [A21 A22 A23] [A31 A32 A33] ].\n" "Script name: Plugin(Transform)."); } -- GitLab