Minor UI message fix.

This commit is contained in:
Bastien Montagne 2014-11-25 20:42:39 +01:00
parent 3f92bc76fd
commit 3b9517946a
1 changed files with 1 additions and 1 deletions

View File

@ -2516,7 +2516,7 @@ static void rna_def_space_sequencer(BlenderRNA *brna)
static EnumPropertyItem waveform_type_draw_items[] = {
{SEQ_NO_WAVEFORMS, "NO_WAVEFORMS", 0, "Waveforms Off",
"No waveforms drawn for all sound strips"},
"No waveforms drawn for any sound strips"},
{SEQ_ALL_WAVEFORMS, "ALL_WAVEFORMS", 0, "Waveforms On",
"Waveforms drawn for all sound strips"},
{0, "DEFAULT_WAVEFORMS", 0, "Use Strip Option",