summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-03-19 12:02:31 +0100
committerCarl Hetherington <cth@carlh.net>2021-03-22 09:56:55 +0100
commitaed5d7b60b78ed6485f617dde4db9edca853d525 (patch)
tree4135037511c5c5e834dd4341c8360320b1b457ee
parent5d02ff3376c62b05f3f1bebe5277704474a39526 (diff)
Add missing i18n tag.
-rw-r--r--src/wx/full_language_tag_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/full_language_tag_dialog.cc b/src/wx/full_language_tag_dialog.cc
index 5b4fc589a..2b3aeb7de 100644
--- a/src/wx/full_language_tag_dialog.cc
+++ b/src/wx/full_language_tag_dialog.cc
@@ -190,7 +190,7 @@ private:
FullLanguageTagDialog::FullLanguageTagDialog (wxWindow* parent, dcp::LanguageTag tag)
- : wxDialog (parent, wxID_ANY, "Language Tag", wxDefaultPosition, wxSize(-1, 500))
+ : wxDialog (parent, wxID_ANY, _("Language Tag"), wxDefaultPosition, wxSize(-1, 500))
{
_current_tag_list = new wxListCtrl (this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLC_REPORT | wxLC_SINGLE_SEL | wxLC_NO_HEADER);
_current_tag_list->AppendColumn ("", wxLIST_FORMAT_LEFT, 200);