diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-18 14:05:25 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-18 14:05:25 +0000 |
| commit | fdc416faa317106d05be8fe5226ded84d8347d99 (patch) | |
| tree | 488259961619d3eef8559f25c181106d67ec7990 /src/wx/kdm_cpl_panel.cc | |
| parent | 9cff6ec974a4d0270091fe5c753483b0d53ecd46 (diff) | |
I said we were in string freeze, but only nl_NL has come in so
far and robn has asked to translate these, so ;)
Diffstat (limited to 'src/wx/kdm_cpl_panel.cc')
| -rw-r--r-- | src/wx/kdm_cpl_panel.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wx/kdm_cpl_panel.cc b/src/wx/kdm_cpl_panel.cc index 341b5f764..4151f84a7 100644 --- a/src/wx/kdm_cpl_panel.cc +++ b/src/wx/kdm_cpl_panel.cc @@ -124,8 +124,7 @@ KDMCPLPanel::cpl_browse_clicked () } if (!encrypted) { - /* XXX: this needs to be marked translatable after 2.14.0 */ - error_dialog (this, wxT("This CPL contains no encrypted assets.")); + error_dialog (this, _("This CPL contains no encrypted assets.")); return; } |
