diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/film_editor.cc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index 2876edc6a..59210cc0b 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -308,12 +308,12 @@ FilmEditor::make_audio_panel () assert (MAX_AUDIO_CHANNELS == 6); char const * channels[] = { - "L", - "R", - "C", - "Lfe", - "Ls", - "Rs" + "Left", + "Right", + "Centre", + "Lfe (sub)", + "Left surround", + "Right surround" }; for (int i = 0; i < MAX_AUDIO_CHANNELS; ++i) { |
