diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-24 00:25:01 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-24 00:25:01 +0000 |
| commit | 002132b296e7f40a9aca3bb09530895c53bd74ba (patch) | |
| tree | 8b6a0454117902db5e8d0c472753aeb1138c6880 /src/wx/dolby_doremi_certificate_panel.cc | |
| parent | e1ec5b2c81ec2e15d4c1d97cce8252fa34c7116a (diff) | |
Tweak label.
Diffstat (limited to 'src/wx/dolby_doremi_certificate_panel.cc')
| -rw-r--r-- | src/wx/dolby_doremi_certificate_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/dolby_doremi_certificate_panel.cc b/src/wx/dolby_doremi_certificate_panel.cc index e2035b1fb..bd6edefa9 100644 --- a/src/wx/dolby_doremi_certificate_panel.cc +++ b/src/wx/dolby_doremi_certificate_panel.cc @@ -39,7 +39,7 @@ using boost::optional; DolbyDoremiCertificatePanel::DolbyDoremiCertificatePanel (wxWindow* parent, DownloadCertificateDialog* dialog) : DownloadCertificatePanel (parent, dialog) { - add_label_to_sizer (_table, this, _("Server serial number"), true); + add_label_to_sizer (_table, this, _("Serial number"), true); _serial = new wxTextCtrl (this, wxID_ANY, wxT (""), wxDefaultPosition, wxSize (300, -1)); _table->Add (_serial, 1, wxEXPAND); |
