From daa1f1cc2178bcdcea2b4f3c4a27c9d591eb78a2 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 14 Nov 2003 21:28:30 +0000 Subject: [PATCH] typo --- Plugin/Transform.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Plugin/Transform.cpp b/Plugin/Transform.cpp index 4634e36b13..81c32772e4 100644 --- a/Plugin/Transform.cpp +++ b/Plugin/Transform.cpp @@ -1,4 +1,4 @@ -// $Id: Transform.cpp,v 1.17 2003-11-14 21:20:55 geuzaine Exp $ +// $Id: Transform.cpp,v 1.18 2003-11-14 21:28:30 geuzaine Exp $ // // Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle // @@ -65,8 +65,8 @@ void GMSH_TransformPlugin::getInfos(char *author, char *copyright, strcpy(author, "C. Geuzaine (geuz@geuz.org)"); strcpy(copyright, "DGR (www.multiphysics.com)"); strcpy(help_text, - "Plugin(Transforms) transforms the coordinates\n" - "of the nodes of the view 'iView' by the matrix\n" + "Plugin(Transform) transforms the coordinates of\n" + "the nodes of the view 'iView' by the matrix\n" "['A11' 'A12' 'A13']\n" "['A21' 'A22' 'A23']\n" "['A31' 'A32' 'A33'].\n" -- GitLab