Rename Add file to Add files(s).
authorCarl Hetherington <cth@carlh.net>
Fri, 26 Jul 2013 13:39:50 +0000 (14:39 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 26 Jul 2013 13:39:50 +0000 (14:39 +0100)
src/wx/film_editor.cc

index d82013d8a78aa92a48018955cbed1b6a5072b8c2..914dc61361254d8b0e8539dc37fa311dd789ea17 100644 (file)
@@ -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);