From 0827c131a86f1ddbaf4de047b8828b3c153bfa93 Mon Sep 17 00:00:00 2001 From: DeepSOIC Date: Sun, 1 Nov 2015 00:41:59 +0300 Subject: [PATCH] Linked placement: fix command name --- latticeArrayFromShape.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latticeArrayFromShape.py b/latticeArrayFromShape.py index 028f117..0ddc3ce 100644 --- a/latticeArrayFromShape.py +++ b/latticeArrayFromShape.py @@ -239,7 +239,7 @@ class _CommandLatticePlacementFromShape: "Command to create LatticeArrayFromShape feature linking to placement of one shape" def GetResources(self): return {'Pixmap' : getIconPath("Lattice_PlacementFromShape.svg"), - 'MenuText': QtCore.QT_TRANSLATE_NOOP("Lattice_ArrayFromShape","Make lattice from compound"), + 'MenuText': QtCore.QT_TRANSLATE_NOOP("Lattice_ArrayFromShape","Single Placement: linked to shape"), 'Accel': "", 'ToolTip': QtCore.QT_TRANSLATE_NOOP("Lattice_ArrayFromShape","Lattice PlacementFromShape: make Placement linked to placement of selected object.")}