Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2013-11-04 22:58:22 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-11-04 22:58:22 +0400
commitf4762eb12ba5474fd883aa29d09bc23f0db5d076 (patch)
tree9fa705c235d7544a818731ce08103c6680cebff9 /source/blender/editors/space_clip
parent3ccaa9b57328cf6725ba83bab715a734f17c0d78 (diff)
UI messages fixes...
Diffstat (limited to 'source/blender/editors/space_clip')
-rw-r--r--source/blender/editors/space_clip/tracking_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_clip/tracking_ops.c b/source/blender/editors/space_clip/tracking_ops.c
index 61a484c8a2a..5607d7dc635 100644
--- a/source/blender/editors/space_clip/tracking_ops.c
+++ b/source/blender/editors/space_clip/tracking_ops.c
@@ -1423,7 +1423,7 @@ static int track_markers_invoke(bContext *C, wmOperator *op, const wmEvent *UNUS
if (sc == NULL) {
/* TODO(sergey): Support clip for invoke as well. */
BKE_report(op->reports, RPT_ERROR,
- "Invoking this operator only supported from Clip Editor space.");
+ "Invoking this operator only supported from Clip Editor space");
return OPERATOR_CANCELLED;
}