diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/film_editor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index d82013d8a..914dc6136 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -245,7 +245,7 @@ FilmEditor::make_content_panel () _content->SetColumnWidth (0, 512); wxBoxSizer* b = new wxBoxSizer (wxVERTICAL); - _content_add_file = new wxButton (_content_panel, wxID_ANY, _("Add file...")); + _content_add_file = new wxButton (_content_panel, wxID_ANY, _("Add file(s)...")); b->Add (_content_add_file, 1, wxEXPAND | wxLEFT | wxRIGHT); _content_add_folder = new wxButton (_content_panel, wxID_ANY, _("Add folder...")); b->Add (_content_add_folder, 1, wxEXPAND | wxLEFT | wxRIGHT); |
