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:
authorJoshua Leung <aligorith@gmail.com>2014-06-26 06:42:36 +0400
committerJoshua Leung <aligorith@gmail.com>2014-06-26 06:42:36 +0400
commit8d6f546f32c9e635866bb69a842822fcea90abb6 (patch)
tree37077978d8c130165408e57629b9c8e1235476f7 /source/blender/editors/object/object_select.c
parent11e0dddf91f76065a6dd782163eb3b75745a6b2e (diff)
Whitespace fix
Diffstat (limited to 'source/blender/editors/object/object_select.c')
-rw-r--r--source/blender/editors/object/object_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/object/object_select.c b/source/blender/editors/object/object_select.c
index 8a98f38664f..d9166ab34e2 100644
--- a/source/blender/editors/object/object_select.c
+++ b/source/blender/editors/object/object_select.c
@@ -791,7 +791,7 @@ static bool select_grouped_keyingset(bContext *C, ReportList *reports, Object *U
if ((ks->flag & KEYINGSET_ABSOLUTE) == 0) {
BKE_report(reports, RPT_ERROR,
"Use another Keying Set, as the active one depends on the currently "
- "selected objects or cannot find any targets due to unsuitable context");
+ "selected objects or cannot find any targets due to unsuitable context");
}
else {
BKE_report(reports, RPT_ERROR, "Keying Set does not contain any paths");