From 8069985f8ae49dc20543f4289e05dc691806d2c5 Mon Sep 17 00:00:00 2001 From: Nikita Zlobin Date: Wed, 6 Sep 2017 14:04:35 +0500 Subject: [PATCH] Fixed some message text --- src/patchcanvas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/patchcanvas.py b/src/patchcanvas.py index e1ddadb..ddce5ad 100644 --- a/src/patchcanvas.py +++ b/src/patchcanvas.py @@ -692,7 +692,7 @@ def setGroupPosFull(group_id, group_pos_x_o, group_pos_y_o, group_pos_x_i, group QTimer.singleShot(0, canvas.scene.update) return - qCritical("PatchCanvas::setGroupPos(%i, %i, %i, %i, %i) - unable to find group to reposition" % (group_id, group_pos_x_o, group_pos_y_o, group_pos_x_i, group_pos_y_i)) + qCritical("PatchCanvas::setGroupPos(%i, %i, %i, %i, %i) - unable to find group for reposition" % (group_id, group_pos_x_o, group_pos_y_o, group_pos_x_i, group_pos_y_i)) def setGroupIcon(group_id, icon): if canvas.debug: