Typo.
authorCarl Hetherington <cth@carlh.net>
Sun, 26 Oct 2014 23:30:34 +0000 (23:30 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 26 Oct 2014 23:30:34 +0000 (23:30 +0000)
src/wx/isdcf_metadata_dialog.cc

index e47c944d0c5e108e06b86fb6621ccf3721e883dc..3df393a30bdc1d45794593e3511b6b91d81e6c7c 100644 (file)
@@ -68,7 +68,7 @@ ISDCFMetadataDialog::ISDCFMetadataDialog (wxWindow* parent, ISDCFMetadata dm)
        _two_d_version_of_three_d = add (new wxCheckBox (this, wxID_ANY, _("2D version of content available in 3D")));
        add_spacer ();
 
-       add (_("Mastered luminance (e.g. 4fl)"), true);
+       add (_("Mastered luminance (e.g. 14fl)"), true);
        _mastered_luminance = add (new wxTextCtrl (this, wxID_ANY));
        
        _content_version->SetRange (1, 1024);