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>2017-02-23 23:10:43 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2017-02-23 23:10:43 +0300
commit6a249bb00088811bd7bf39d5ce2ac76e100f1d5c (patch)
treee652b42177af63b9b3ff27243901eec223d7622f /release/scripts/startup
parent50328b41a7dbadae330f4b2fdcfc023aef63f236 (diff)
Usual UI messages fixes...
Diffstat (limited to 'release/scripts/startup')
-rw-r--r--release/scripts/startup/bl_ui/space_sequencer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_sequencer.py b/release/scripts/startup/bl_ui/space_sequencer.py
index 8ab5b4724b8..23697c5e5eb 100644
--- a/release/scripts/startup/bl_ui/space_sequencer.py
+++ b/release/scripts/startup/bl_ui/space_sequencer.py
@@ -683,7 +683,7 @@ class SEQUENCER_PT_effect(SequencerButtonsPanel, Panel):
row.label("")
else:
col.separator()
- col.label(text="Two or more channels are needed below this strip.", icon="INFO")
+ col.label(text="Two or more channels are needed below this strip", icon="INFO")
elif strip.type == 'TEXT':