Tweak message.
authorCarl Hetherington <cth@carlh.net>
Sat, 22 Sep 2012 13:05:14 +0000 (14:05 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 22 Sep 2012 13:05:14 +0000 (14:05 +0100)
src/wx/properties_dialog.cc

index e6c6c9f81bd418d64045b0686b5b4dfea52e732b..aaba31d6e6075be047c0faffa22e9eb38bafdcc1 100644 (file)
@@ -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 ())));