summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-09-22 14:05:14 +0100
committerCarl Hetherington <cth@carlh.net>2012-09-22 14:05:14 +0100
commit4e01dd6b7c235f273d8b1d9233247c956198f1ab (patch)
tree466d472927b52fe82e2b1ed4bc729cb27fd18ee2 /src
parent292012d86ffda3c19530ad8e9d8788a51db2b6c5 (diff)
Tweak message.
Diffstat (limited to 'src')
-rw-r--r--src/wx/properties_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/properties_dialog.cc b/src/wx/properties_dialog.cc
index e6c6c9f81..aaba31d6e 100644
--- a/src/wx/properties_dialog.cc
+++ b/src/wx/properties_dialog.cc
@@ -47,7 +47,7 @@ PropertiesDialog::PropertiesDialog (wxWindow* parent, Film* film)
table->Add (_total_disk, 1, wxALIGN_CENTER_VERTICAL);
add_label_to_sizer (table, this, "Frames already encoded");
- _encoded = new ThreadedStaticText (this, "calculating...", boost::bind (&PropertiesDialog::frames_already_encoded, this));
+ _encoded = new ThreadedStaticText (this, "counting...", boost::bind (&PropertiesDialog::frames_already_encoded, this));
table->Add (_encoded, 1, wxALIGN_CENTER_VERTICAL);
_frames->SetLabel (std_to_wx (lexical_cast<string> (_film->length ())));