diff options
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; } |
