summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-26 14:39:50 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-26 14:39:50 +0100
commit25a56242db9498c36582bef3ac81e0585f605452 (patch)
tree0de635af175661834fdb1e15ba321ffdccf66bfa /src
parent623465fb91108021e8d97d9496d0cc54bea1a361 (diff)
Rename Add file to Add files(s).
Diffstat (limited to 'src')
-rw-r--r--src/wx/film_editor.cc2
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);